Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0666755

Browse files
authored
Fix panel positioning, how the fuck has no one complained to me about this wtf?
1 parent 3ee9920 commit 0666755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/panel.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
.positioned {
165165
&.panel_container {
166166
display: block;
167+
align-content: start;
167168
}
168169
.panel {
169170
position: sticky;
@@ -190,4 +191,4 @@
190191
.drag_handle {
191192
display: none;
192193
}
193-
}
194+
}

0 commit comments

Comments
 (0)