Initial commit

This commit is contained in:
ItzCrazyKns
2024-04-09 16:21:05 +05:30
commit d1c74c861e
57 changed files with 4568 additions and 0 deletions

13
ui/app/globals.css Normal file
View File

@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
.overflow-hidden-scrollable {
-ms-overflow-style: none;
}
.overflow-hidden-scrollable::-webkit-scrollbar {
display: none;
}
}