fix(ui): incorrect position for the filter modal on ios platform

This commit is contained in:
charlie
2024-01-03 14:51:03 +08:00
committed by Tienson Qin
parent 2fcffcbd25
commit a9fb491811

View File

@@ -259,6 +259,13 @@ html.is-mobile {
padding-bottom: 0;
}
}
&[label="ls-modal-align-center"] {
.ui__modal-panel {
top: 8vh;
transform: translateY(-10%);
}
}
}
}