Hopefully fix windows issues

This commit is contained in:
2025-11-05 13:18:18 -07:00
parent 847c8d2a3e
commit f0d635ebe6
4 changed files with 14 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
}
.downloads-scroll {
@apply h-[calc(100vh-84px)] bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full;
@apply bg-(--col1) border border-(--col3) rounded-lg overflow-y-auto w-full;
}
.downloads-entry {