how to style scrollbar with tailwind
this works
but webkit doesnt works
5 Replies
i fixed it
You can check this plugin out for more customizability: https://adoxography.github.io/tailwind-scrollbar/examples
How?
if ur using daisyui, do this. this thing was overiding the webkit
the "::-webkit-scrollbar-" stuff was removed from iOS Safari in version 14 and they still don't support the standard scrollbar-color/width/gutter stuff yet. Scrollbar styling on the web is a giant mess. But the beginnings of the clean up are on Interop 2024. so hopefully we're at least headed the right direction.