Skip to content

Commit

Permalink
fix: context menu and color picker not overflowing the edge of the di…
Browse files Browse the repository at this point in the history
…alog
  • Loading branch information
josdejong committed Jul 11, 2024
1 parent 8d93a44 commit 425c7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/modals/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
padding: 0;
display: flex;
min-width: 0;
overflow: visible;
&.jse-sort-modal {
width: 400px;
Expand Down

0 comments on commit 425c7a7

Please sign in to comment.