We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e382b1 commit c98703cCopy full SHA for c98703c
src/lib/modules/navigation/SideNavbar.svelte
@@ -7,7 +7,7 @@
7
</script>
8
9
<div
10
- class="pt-12 p-2 flex flex-col gap-4"
+ class="pt-12 p-2 flex flex-col gap-4 h-full overflow-auto"
11
style="background-color: {options?.bgColor}; color: {options?.textColor}; width:{options.width ||
12
200}px; --navbarTextColor: {options?.textColor};"
13
>
0 commit comments