I need to hide the vertical scrollbar on my website (without disable scrolling), in particular in mobile devices (touch scrolling). I tried to achieve this by css, but i haven't good result, in particular with old browsers.
Asked
Active
Viewed 1.2k times
1
-
possible duplicate of [How to make CSS3 rounded corners hide overflow in Chrome/Opera](http://stackoverflow.com/questions/5736503/how-to-make-css3-rounded-corners-hide-overflow-in-chrome-opera) – Jorge Jun 17 '14 at 16:10
-
that is not my question. read the text before type please. – bebeto123 Jun 17 '14 at 16:10
-
question without code except when your question is purely theoretical (and makes sense) is a complete NO-NO. JsFiddle - A definite YES – Amit Joki Jun 17 '14 at 16:11
-
Use `overflow-y`: http://stackoverflow.com/questions/3296644/hiding-the-scrollbar-on-an-html-page – asimes Jun 17 '14 at 16:12
-
i don't read about mobile in your link. please explain – bebeto123 Jun 17 '14 at 16:12
-
God, these two are a ray of sunshine, ay? – igneosaur Apr 29 '22 at 16:15
1 Answers
3
Original answer is
Hiding the scrollbar on an HTML page
Disable it on desktop is the same on mobile.
Hope this help.