Skip to content

Commit c98703c

Browse files
committed
Make sideNavBar scrollable
1 parent 5e382b1 commit c98703c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/modules/navigation/SideNavbar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</script>
88

99
<div
10-
class="pt-12 p-2 flex flex-col gap-4"
10+
class="pt-12 p-2 flex flex-col gap-4 h-full overflow-auto"
1111
style="background-color: {options?.bgColor}; color: {options?.textColor}; width:{options.width ||
1212
200}px; --navbarTextColor: {options?.textColor};"
1313
>

0 commit comments

Comments
 (0)