Skip to content

Commit 93e2af4

Browse files
authored
fix #638 (#645)
1 parent 96bb9ad commit 93e2af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/tutorial/[...slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
.container {
355355
display: flex;
356356
flex-direction: column;
357-
height: calc(100dvh - var(--sk-nav-height));
357+
height: calc(100dvh - var(--sk-nav-height) - var(--sk-banner-height));
358358
/** necessary for innerWidth to be correct, so we can determine `mobile` */
359359
width: 100vw;
360360
overflow: hidden;

0 commit comments

Comments
 (0)