Skip to content

Commit b3db27d

Browse files
committed
fix(admin): fix modal-dialog position for small display
1 parent 4742c49 commit b3db27d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/css/admin.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3750,11 +3750,13 @@ select.is-valid ~ .select2-container.select2-container--focus .select2-selection
37503750
}
37513751

37523752
.modal {
3753-
inline-size: auto;
3754-
margin: .25rem;
37553753
position: fixed;
37563754
}
37573755

3756+
.modal-dialog {
3757+
padding: 2rem;
3758+
}
3759+
37583760
.modal-body {
37593761
-webkit-overflow-scrolling: touch;
37603762
overflow-x: auto;

src/css/admin.min.css

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

0 commit comments

Comments
 (0)