Skip to content

Commit 4c72b6c

Browse files
authored
account for banner height in docs sidebar (#678)
1 parent 1fcac45 commit 4c72b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/docs/DocsContents.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
6565
.sidebar {
66-
padding: 3.2rem;
66+
padding: 3.2rem 3.2rem calc(3.2rem + var(--sk-banner-height)) 3.2rem;
6767
font-family: var(--sk-font-family-body);
6868
height: 100%;
6969
bottom: auto;

0 commit comments

Comments
 (0)