Responsive animation problem

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 :slight_smile:
Very good day to you,
Tristan


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Up ! I really need answers, does someone can help me ?

Hey Tristan, can you be a little more specific with where the issue is occuring so we can assist?