How to disable scroll bar border?
-
Hey!
Not sure if a bug or other.. can't seem to work it out.
My website is single page (category) with a full-screen auto play background video. For some reason I'm seeing a scroll bar without the scroll on the right hand border of the browser. Any way to remove this? I've tried some custom CSS from online but it didn't work.
Cheers!
B
-
Hey Bennett!
This might be Browser specific.
I for example do not see a scrollbar on Chrome and Firefox.What you can try to put this into your custom CSS code:
body { overflow-y: hidden; }
I hope that helped!
Many wishes!
Marius
-
Hey Marius,
I tried adding the CSS but I'm still seeing this grey bar in all different browsers.
https://drive.google.com/file/d/0BxL6s4tUuEUQcTkxZGctVlJYRmM/view?usp=sharing
Let me know if you see the same thing!
(:
B
-
Hi Bennett!
In which browsers do you see the scrollbar? (OS, Version)
I still don't see them. :-/
Try to empty your cache or put an important behind the CSS rule.
Have a look also here:
https://stackoverflow.com/questions/16670931/hide-scroll-bar-but-still-being-able-to-scrollLet me know!
Marius
-
Hello Marius,
I've looked at the same link that you have mentioned above, but actually I don't know how to create a child-parent id for my text div that I simply created on the gridder.
What I want to do, indeed, is to remove the scroll bar but still being able to scroll!
In the link they suggest to create the parent-id with overflow: hidden and the child-id with overflow-y: scroll;
My doubts are all about on how to create a parent-child id for my text-box.Thanks in advance :)
-
Hello Marius,
I've looked at the same link that you have mentioned above, but actually I don't know how to create a child-parent id for my text div that I simply created on the gridder.
What I want to do, indeed, is to remove the scroll bar but still being able to scroll!
In the link they suggest to create the parent-id with overflow: hidden and the child-id with overflow-y: scroll;
My doubts are all about on how to create a parent-child id for my text-box.Thanks in advance :)
-
-
@mariusjopen was there any solution to this? I am also looking to disable vertical scroll bars on all my pages.
best,
- Andrew
-
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it