Skip to content

Commit e6d2cb7

Browse files
committed
fix: position playground panel relative to header
1 parent c8dad43 commit e6d2cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/playground/tags/split-panes.marko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ style --
4141
.panes {
4242
display: flex;
4343
position: fixed;
44-
inset: 8rem 0 0 0;
44+
inset: var(--stick-size) 0 0 0;
4545
4646
> * {
4747
flex-basis: 0;

0 commit comments

Comments
 (0)