Skip to content

Commit

Permalink
fix modal on mobile
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Sep 6, 2022
1 parent 5c81764 commit 1865f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default {
&::v-deep .modal-container {
display: flex;
flex-direction: column;
position: relative;
position: absolute;
}
.modal-body {
Expand Down

0 comments on commit 1865f01

Please sign in to comment.