We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bb9ad commit 93e2af4Copy full SHA for 93e2af4
apps/svelte.dev/src/routes/tutorial/[...slug]/+page.svelte
@@ -354,7 +354,7 @@
354
.container {
355
display: flex;
356
flex-direction: column;
357
- height: calc(100dvh - var(--sk-nav-height));
+ height: calc(100dvh - var(--sk-nav-height) - var(--sk-banner-height));
358
/** necessary for innerWidth to be correct, so we can determine `mobile` */
359
width: 100vw;
360
overflow: hidden;
0 commit comments