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; 
}

 


about authors

Sandip Das

Web Developer

Once a legend said “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler.



POST COMMENTS

Leave a Reply

Your email address will not be published. Required fields are marked *