#Pokeball+ sign visual glitch
5 messages · Page 1 of 1 (latest)
.seasonPlus has position: absolute, but the parent doesn't have position: relative, so the + is fixed on the screen. this is the change needed:
.pokedex-info {
position: relative;
}

Was just about to report the same bug lmao
fix it instead of reporting it, tf mayyyyn