compulim / react-scroll-to-bottom

React container that will auto scroll to bottom
MIT License
183 stars 35 forks source link

How to display none for webkit-scrollbar #100

Open thaind97git opened 3 years ago

thaind97git commented 3 years ago

I can not find any way to css display none for webkit-scrollbar like this:

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