fix: scrollbar issues

untested on windows - todo
This commit is contained in:
axel 2025-04-20 22:59:50 +02:00
parent 2f0fd05d35
commit 0ea3624ecd
2 changed files with 5 additions and 1 deletions

View File

@ -4,3 +4,7 @@
* {
font-family: 'Inter', sans-serif;
}
* {
scrollbar-color: var(--color-neutral-600) transparent;
}

View File

@ -97,6 +97,6 @@
</div>
</div>
<div class="w-full h-svh bg-neutral-900 overflow-y-scroll sm:pt-20 pt-28">
<div class="w-full h-svh bg-neutral-900 overflow-y-auto sm:pt-20 pt-28">
{@render children()}
</div>