Small Device Right Side Space.
Use CSS in parent-element{overflow-x:hidden};
fyi i tried it on the parent and it didn't work, but applying body{overflow-x:hidden;} works
Guys, if body{overflow-x:hidden;} does not work, try with html{overflow-x:hidden;}
In my case it worked right away
Thanks this was helpful
Had the same issue; overflow-x: hidden; on both body and html solved it.
Had the same issue;
overflow-x: hidden;on bothbodyandhtmlsolved it.
Solved it now. Thanks!
animations stopped using overflow-x:hidden
Most helpful comment
Guys, if
body{overflow-x:hidden;}does not work, try withhtml{overflow-x:hidden;}In my case it worked right away