Home › Forums › CSS › Help troubleshooting css issue › Reply To: Help troubleshooting css issue
October 29, 2019 at 10:01 pm
#298110
Participant
This code is the culprit. I’m not actually sure why it’s a problem though. I figured transforms off the page wouldn’t cause scroll issues – maybe it’s the 3d nature of it:
[data-aos=fade-up-left] {
transform: translate3d(100px,100px,0);
}