Skip to content

Commit

Permalink
fix(tool_palette): fix dragging instability due to layer headers
Browse files Browse the repository at this point in the history
Fixes #714.
  • Loading branch information
jbms committed Feb 11, 2025
1 parent d0b4df2 commit e1c52bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/tool_palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
display: flex;
flex-direction: row;
background-color: #181818;
margin-bottom: 2px;
border-bottom: 2px solid black;
position: sticky;
top: 0px;
z-index: 1;
Expand Down

0 comments on commit e1c52bf

Please sign in to comment.