style stuff

This commit is contained in:
2025-10-31 01:40:54 +05:30
parent 3bb4e52365
commit b35e3bf677
16 changed files with 909 additions and 97 deletions

View File

@@ -210,6 +210,16 @@
box-shadow: 0 0 0 2px var(--primary);
outline: none;
}
/* Hide scrollbars */
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
}