Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Firefox and Safari is bugging out on me Reply To: Firefox and Safari is bugging out on me

#242925
Atelierbram
Participant

Maybe try to define .arrowbtnalso outside any mediaquery, like

.arrowbtn {
    /* stuff */
    position: absolute;
    bottom: 30px;
    left: 50%;
}