#Pokeball+ sign visual glitch

5 messages · Page 1 of 1 (latest)

obsidian viper
ocean veldt
#

.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;
}
harsh spruce
glad crest
#

Was just about to report the same bug lmao

halcyon hatch
#

fix it instead of reporting it, tf mayyyyn