fix: scrollbar issues
untested on windows - todo
This commit is contained in:
parent
2f0fd05d35
commit
0ea3624ecd
@ -4,3 +4,7 @@
|
|||||||
* {
|
* {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
scrollbar-color: var(--color-neutral-600) transparent;
|
||||||
|
}
|
||||||
|
|||||||
@ -97,6 +97,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</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()}
|
{@render children()}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user