Skip to content

Commit

Permalink
Fixed position of dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyjko committed Jul 31, 2024
1 parent 43392bf commit 0abcea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Dates should be in`YYYY-MM-DD` format and versions are in [semantic versioning](
### Fixed

- Fixed form submission.
- Fixed position of dialogs.

## v0.6.2 2024-07-28

Expand Down
2 changes: 1 addition & 1 deletion src/lib/Dialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<style>
dialog {
position: relative;
position: fixed;
border-radius: var(--radius);
padding: 1em;
margin-left: auto;
Expand Down

0 comments on commit 0abcea3

Please sign in to comment.