I run my browser on mobile and what I get on one page , is a huge y scroll to the right.
So I used this:
body{
overflow-y: scroll !important;
overflow-x: hidden !important;
}
That didnt help, and when I run the site on the browser..such an effect doesnt happen. Is there any way to disable y scrolling? perhaps that will also be suitable on the browser for the mobile!?
You want to disable
yscrolling and you are disablingxhereExample