Replies: 1 comment
-
#14183 - adds this in the form of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started my coding journey in February 1st of this year and immediately fell in love with Tailwind CSS. I can't imagine ever using regular CSS for my projects again. While implementing a scrollbar feature for thumbnail images, I used
overflow-x-auto snap-x snap-mandatory whitespace-nowrap
, but discovered Tailwind doesn't have a built-in class to hide the scrollbar. Although it might be insignificant I was able to research and found an useful custom class that I wanted to share with you as a thank you for creating Tailwind. My apologies if this has already been submitted.Beta Was this translation helpful? Give feedback.
All reactions