Skip to content

Commit 3950fff

Browse files
committed
Set h-dvh for main layout
1 parent 9f73651 commit 3950fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/(app)/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
<DarkMode />
306306
<SkipNavigation />
307307

308-
<div class="flex w-screen flex-row">
308+
<div class="flex h-dvh w-screen flex-row">
309309
<Toaster
310310
closeButtonLabel={translate('common.close')}
311311
pop={toaster.pop}

0 commit comments

Comments
 (0)