Skip to content

Commit

Permalink
Made the modal dialog fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHarkon committed Mar 2, 2024
1 parent 5ccc4da commit 8dd9d06
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 8dd9d06

Please sign in to comment.