How to hide scrollbar using css?
//paste this code in your stylesheet ::-webkit-scrollbar { width:0px; background:transparent; opacity:0; } ::-webkit-scrollbar-thumb { width:0px; background:transparent; opacity:0; }
POST COMMENTS
HOME / BLOG / BLOG-POST
How to hide scrollbar using css?
//paste this code in your stylesheet ::-webkit-scrollbar { width:0px; background:transparent; opacity:0; } ::-webkit-scrollbar-thumb { width:0px; background:transparent; opacity:0; }