Skip to content

Commit e9268fd

Browse files
committed
Fix navbar for big pages
1 parent 2245384 commit e9268fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import SideNav from '$lib/components/shared/SideNav.svelte';
88
</script>
99

10-
<div class="flex h-screen flex-col">
10+
<div class="flex min-h-screen flex-col">
1111
<ModeWatcher />
1212
<Toaster />
1313
<NavBar />

0 commit comments

Comments
 (0)