This commit is contained in:
Marcelo Dares
2025-12-18 22:22:20 +00:00
parent 0e9b2dd72d
commit 398fb01c21
8 changed files with 1364 additions and 76 deletions

View File

@@ -24,3 +24,8 @@ body {
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
}
/* Hide scrollbar but keep scrolling */
.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }