🐛 Fix background-color when scrolling.

This commit is contained in:
pheralb
2023-12-11 13:39:01 +00:00
parent 89d1553518
commit de3c85fe3c
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
import Theme from '@/components/theme.svelte';
</script>
<main class="min-h-screen bg-light font-sans text-mini dark:bg-dark dark:text-white">
<main>
<nav
class="z-50 w-full overflow-y-auto overflow-x-hidden border-b border-neutral-300 dark:border-neutral-800 md:fixed md:left-0 md:top-0 md:h-full md:w-60 md:border-none md:pb-10"
>