Perplexica/ui/app/globals.css

14 lines
233 B
CSS
Raw Normal View History

2024-04-09 16:21:05 +05:30
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
2024-05-25 08:16:13 -04:00
.overflow-hidden-scrollable {
-ms-overflow-style: none;
}
2024-04-09 16:21:05 +05:30
2024-05-25 08:16:13 -04:00
.overflow-hidden-scrollable::-webkit-scrollbar {
display: none;
}
2024-04-09 16:21:05 +05:30
}