Just wondering if there is a way we can add a Horizontal scroll in the browser if the browser window overlaps the site content in it? There currently is vertical scroll.
Thanks
Just wondering if there is a way we can add a Horizontal scroll in the browser if the browser window overlaps the site content in it? There currently is vertical scroll.
Thanks
Hi,
You can add this on your custom.css
body {
overflow-y: scroll;
overflow-x: scroll;
}
Regards,
Ismael
Nice, thanks a lot
Hey,
Glad it worked. :)
Regards,
Ismael
You must log in to post.