mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-30 16:22:29 +00:00
14 lines
217 B
CSS
14 lines
217 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
.overflow-hidden-scrollable {
|
|
-ms-overflow-style: none;
|
|
}
|
|
|
|
.overflow-hidden-scrollable::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
}
|