Skip to content

Commit

Permalink
Fix panel positioning, how the fuck has no one complained to me about…
Browse files Browse the repository at this point in the history
… this wtf?
  • Loading branch information
monster860 authored Aug 18, 2024
1 parent 3ee9920 commit 0666755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
.positioned {
&.panel_container {
display: block;
align-content: start;
}
.panel {
position: sticky;
Expand All @@ -190,4 +191,4 @@
.drag_handle {
display: none;
}
}
}

0 comments on commit 0666755

Please sign in to comment.