Skip to content

Commit b9e4401

Browse files
authored
fix #137 (#228)
1 parent ac4900a commit b9e4401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/src/routes/docs/[...path]/OnThisPage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
@media (min-width: 1200px) {
149149
position: fixed;
150150
top: 14rem;
151-
right: 0;
151+
left: calc(100dvw - var(--sidebar-width));
152152
width: var(--sidebar-width);
153153
padding: 0 var(--sk-page-padding-side) 0 0;
154154
box-sizing: border-box;

0 commit comments

Comments
 (0)