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 1fcac45 commit 4c72b6cCopy full SHA for 4c72b6c
packages/site-kit/src/lib/docs/DocsContents.svelte
@@ -63,7 +63,7 @@
63
}
64
65
.sidebar {
66
- padding: 3.2rem;
+ padding: 3.2rem 3.2rem calc(3.2rem + var(--sk-banner-height)) 3.2rem;
67
font-family: var(--sk-font-family-body);
68
height: 100%;
69
bottom: auto;
0 commit comments