Skip to content

Instantly share code, notes, and snippets.

@dejurin
Created April 20, 2025 17:12
Show Gist options
  • Save dejurin/df04222d84110630a54c872ce020b828 to your computer and use it in GitHub Desktop.
Save dejurin/df04222d84110630a54c872ce020b828 to your computer and use it in GitHub Desktop.
Scrollbar Hide: TailwindCSS 4
@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