Skip to content

Commit

Permalink
fix: more robust positioning of the modal by adding margin: auto, see
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 25, 2024
1 parent 4eb06f0 commit 2302436
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 @@ -43,6 +43,7 @@
padding: 0;
display: flex;
min-width: 0;
margin: auto;
overflow: visible;
transition:
width 0.1s ease-in-out,
Expand Down

0 comments on commit 2302436

Please sign in to comment.