Skip to content

Commit 2498d2e

Browse files
szaimennextcloud-command
authored andcommitted
fix modal on mobile
Signed-off-by: szaimen <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 5c81764 commit 2498d2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

js/firstrunwizard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export default {
349349
&::v-deep .modal-container {
350350
display: flex;
351351
flex-direction: column;
352-
position: relative;
352+
position: absolute;
353353
}
354354
355355
.modal-body {

0 commit comments

Comments
 (0)