fix(ui): incorrect position of absolute modal on some mobile platforms

This commit is contained in:
charlie
2023-03-15 11:59:51 +08:00
committed by Tienson Qin
parent ac4e2a1b48
commit 988a00e266
2 changed files with 7 additions and 7 deletions

View File

@@ -42,8 +42,10 @@
}
&[data-modal-name="commands"] {
width: 380px !important;
max-width: 90vw !important;
@screen sm {
width: 380px !important;
max-width: 90vw !important;
}
}
}