fix tab manager ux issues

This commit is contained in:
Kiran Johns
2025-08-01 22:01:46 +05:30
committed by Vivek R
parent 74c2bb3746
commit 92599b373d
3 changed files with 584 additions and 68 deletions

View File

@@ -1,5 +1,15 @@
@import "tailwindcss";
/* Custom scrollbar hiding */
.scrollbar-hide {
scrollbar-width: none;
-ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
/* Dark theme configuration */
@theme {
/* Colors */