htmgo/examples/hackernews/assets/css/input.css

16 lines
308 B
CSS
Raw Normal View History

2024-10-10 22:00:20 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}