Skip to content

Commit f181171

Browse files
authored
use full for 100% instead of 100vh (#3256)
1 parent a9fa0e9 commit f181171

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/lib/holocene/main-content-container.svelte

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
<div
2-
id="content-wrapper"
3-
class="relative h-screen w-max flex-auto overflow-auto"
4-
>
1+
<div id="content-wrapper" class="relative h-full w-max flex-auto overflow-auto">
52
<slot />
63
<main id="content" class="pb-16 md:pb-0">
74
<slot name="main" />

0 commit comments

Comments
 (0)