Hello to all,
I have a problem with this site, there are several animations that start from outside the screen and therefore it creates a scroll bar on tablet and mobile, I have already tested many lines of code but none solves my problem.
I have tested :
- “Overflow hidden” on the animation section but it removes the animation
body {
overflow-x: hidden;
}
This only works on desktop
- Other lines of code that disabled horizontal scrolling on mobile but vertical scrolling was buggy
Thanks in advance to the people who will answer me
Very good day to you,
Tristan
Here is my site Read-Only: LINK
(how to share your site Read-Only link)