Skip to content

Commit

Permalink
fix: take banner bottom height into account for ts toggle (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Sep 21, 2023
1 parent 048698b commit 10d9428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-cameras-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

fix: take banner bottom height into account for ts toggle
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/docs/DocsContents.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
.ts-toggle {
position: fixed;
width: var(--sidebar-width);
bottom: 0;
bottom: var(--sk-banner-bottom-height);
left: 0;
z-index: 1;
margin-right: 0;
Expand Down

0 comments on commit 10d9428

Please sign in to comment.