adoxography / tailwind-scrollbar

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

scrollbar and scrollbar-thin didn't work properly on chrome #90

Closed Miladxsar23 closed 10 months ago

Miladxsar23 commented 10 months ago

It seems that these two classes cause the scroll bar to disappear in Chrome, and it only works correctly in Firefox.

adoxography commented 10 months ago

Did you follow the minimal example from the docs? Those classes turn on the webkit scrollbar in Chrome, and its default colours are transparent (because there's no way to get back to transparent once you've assigned a colour). You need to add colour utilities to see the scrollbar components.