We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fa0e9 commit f181171Copy full SHA for f181171
1 file changed
src/lib/holocene/main-content-container.svelte
@@ -1,7 +1,4 @@
1
-<div
2
- id="content-wrapper"
3
- class="relative h-screen w-max flex-auto overflow-auto"
4
->
+<div id="content-wrapper" class="relative h-full w-max flex-auto overflow-auto">
5
<slot />
6
<main id="content" class="pb-16 md:pb-0">
7
<slot name="main" />
0 commit comments