This commit is contained in:
syuilo
2025-06-04 16:15:06 +09:00
parent fdcb6a09a9
commit e3b57a118d

View File

@@ -90,6 +90,14 @@ defineExpose({
&.asDrawer {
height: calc(100dvh - 30px);
border-radius: 0;
.body {
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.footer {
padding-bottom: env(safe-area-inset-bottom, 12px);
}
}
}