perplexica/ui/app/globals.css

14 lines
217 B
CSS
Raw Normal View History

2024-04-09 10:51:05 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
.overflow-hidden-scrollable {
-ms-overflow-style: none;
}
.overflow-hidden-scrollable::-webkit-scrollbar {
display: none;
}
}