wip: css and ui packages

This commit is contained in:
Adam
2025-10-14 07:14:26 -05:00
parent c04e892991
commit 37e6c8342f
28 changed files with 2392 additions and 123 deletions

View File

@@ -0,0 +1,14 @@
:root {
interpolate-size: allow-keywords;
}
.no-scrollbar {
&::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
& {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
}