Skip to content

Commit

Permalink
Merge pull request #1 from LordHarkon/master
Browse files Browse the repository at this point in the history
Made the modal dialog fixed
  • Loading branch information
ltouroumov authored May 17, 2024
2 parents 5ccc4da + 8dd9d06 commit d4c5f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/utils/ModalDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ dialog.modal-window {
overflow: hidden;
&.show {
position: fixed;
display: flex;
align-items: stretch;
justify-content: stretch;
Expand Down

0 comments on commit d4c5f28

Please sign in to comment.