Skip to content

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

Diff for: src/main/panel.scss

+2-1
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)