richardthombs / scunpacked

Star Citizen data browser and API
https://scunpacked.com
GNU General Public License v3.0
62 stars 16 forks source link

Remove scrollbar styles for small breakpoint #69

Closed alistair3149 closed 3 years ago

alistair3149 commented 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.

richardthombs commented 3 years ago

Think you can put these behind a media query so we still have it on desktop?

alistair3149 commented 3 years ago

I can do it with breakpoints, probably a max-width of 768px (md in Tailwind)

richardthombs commented 3 years ago

Thanks!