Archived topic
How to hide the scroll bar on the "mobile phone" on the left side of the main
3 replies · Started by Walid on March 10, 2022
Viewing posts 1–4 of 4
Hello,
I would like to hide the annoying scroll bar (where you can't scroll) on the app show on the left side)
Website : https://yumo.fr/
Anyone can help that would be amazing.
TY
Hi there,
in Customiser > Additional CSS look for this:
.scroll-box .elementor-widget-container {
position: relative;
border-radius: 30px;
overflow: auto;
padding-bottom: 216%;
}
Now change overflow: auto; to overflow: hidden;
Hello,
Thank you so much, fixed!
Glad to hear that
This archived topic is closed to new replies.