unis_crm/frontend/src/index.css

16 lines
277 B
CSS
Raw Normal View History

2026-03-19 06:23:03 +00:00
@import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));
@layer utilities {
.scrollbar-hide {
/* IE and Edge */
-ms-overflow-style: none;
/* Firefox */
scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
}