fix(style): modal styles not work occasionally in development mode.

This commit is contained in:
charlie
2021-04-28 12:32:04 +08:00
parent bed22b5b18
commit 2e00beca77

View File

@@ -57,9 +57,13 @@
}
.ui__modal {
@apply fixed bottom-0 inset-x-0
sm:inset-0 sm:flex sm:items-center sm:justify-center
px-4 pb-4;
@apply fixed bottom-0 inset-x-0 px-4 pb-4;
@screen sm {
& {
@apply inset-0 flex items-center justify-center;
}
}
&-overlay {
@apply fixed inset-0 transition-opacity;