javascript - How to remove browser scroll bar without removing selectbox scrollbar -


i have css code removes scroll bar of web application, problem remove selectbox scroll bar too.

css:

::-webkit-scrollbar{display:none;} 

you can add code after class selector this:

body::-webkit-scrollbar{display:none;} .selectbox::-webkit-scrollbar{width:12px;} 

keep in mind work in browsers support webkit.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

single sign on - Logging into Plone site with credentials passed through HTTP -