adoxography / tailwind-scrollbar

Scrollbar plugin for Tailwind CSS
MIT License
951 stars 39 forks source link

scrollbar width #11

Closed Abdel3333 closed 3 years ago

Abdel3333 commented 3 years ago

Hello. How to change the scrollbar with??

adoxography commented 3 years ago

As mentioned in the README,

For every element that you want to style, add either the .scrollbar or .scrollbar-thin class.

scrollbar will give you a default-width scrollbar, and scrollbar-thin will give you a thinner one. The reason it's limited to these options is because of Firefox, which only allows auto, thin, and none for its scrollbar-width property.