Home › Forums › CSS › Firefox and Safari is bugging out on me › Reply To: Firefox and Safari is bugging out on me
June 15, 2016 at 1:43 pm
#242925
Participant
Maybe try to define .arrowbtn
also outside any mediaquery, like
.arrowbtn {
/* stuff */
position: absolute;
bottom: 30px;
left: 50%;
}