HTML/CSS 3 Layout issues

I’ve had issues with the animate on scroll library with some browsers and seen many others have too, so i no longer use it. Here is a solution that worked for someone but personally after hours and hours there was no fix. Just a reminder that relying on libraries too much is fundamentally flawed, and it’s a kind of job security for web devs lol.

Id test it by removing the scroll effect and seeing if that fixes the problem, then you have an idea you need not tweak anything else. If it doesn’t fix, turn off other effects or classes and troubleshoot like that. Find then fix.

This worked for some
<meta name="viewport" content="width=device-width, initial-scale=1.0"> .

2 Likes