Aos: Small Device Right Side Space.

Created on 8 Dec 2019  路  7Comments  路  Source: michalsnik/aos

Small Device Right Side Space.

Most helpful comment

Guys, if body{overflow-x:hidden;} does not work, try with html{overflow-x:hidden;}
In my case it worked right away

All 7 comments

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 both body and html solved it.

Solved it now. Thanks!

animations stopped using overflow-x:hidden

Was this page helpful?
0 / 5 - 0 ratings

Related issues

meko-deng picture meko-deng  路  4Comments

simmonsr picture simmonsr  路  4Comments

junaidfarooqui picture junaidfarooqui  路  3Comments

amityweb picture amityweb  路  3Comments

SueIte picture SueIte  路  3Comments