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]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen authored and nextcloud-command committed Sep 6, 2022
1 parent 5c81764 commit 2498d2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

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 2498d2e

Please sign in to comment.