Closed alistair3149 closed 3 years ago
Custom scrollbar styles make scrollbar always visible and prevent the use of the default hover scrollbar style on mobile devices. Removing them should provide a better mobile browsing experience.
Think you can put these behind a media query so we still have it on desktop?
I can do it with breakpoints, probably a max-width of 768px (md in Tailwind)
Thanks!
Custom scrollbar styles make scrollbar always visible and prevent the use of the default hover scrollbar style on mobile devices. Removing them should provide a better mobile browsing experience.