0
Overflow x not working in mobile
How do u fix it?
3 odpowiedzi
+ 2
Please show your code here so that we can help you
https://www.sololearn.com/post/75089/?ref=app
+ 1
In mobile, try adding overflow-x to html
html{
overflow-x:hidden;
}
0
It's not working
I'll share my code in a moment