Created
April 20, 2025 17:12
-
-
Save dejurin/df04222d84110630a54c872ce020b828 to your computer and use it in GitHub Desktop.
Scrollbar Hide: TailwindCSS 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@utility scrollbar-hide { | |
-ms-overflow-style: none; | |
scrollbar-width: none; | |
&::-webkit-scrollbar { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment