This commit is contained in:
parent
fdcb6a09a9
commit
e3b57a118d
|
@ -90,6 +90,14 @@ defineExpose({
|
||||||
&.asDrawer {
|
&.asDrawer {
|
||||||
height: calc(100dvh - 30px);
|
height: calc(100dvh - 30px);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
.body {
|
||||||
|
padding-bottom: env(safe-area-inset-bottom, 0px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
padding-bottom: env(safe-area-inset-bottom, 12px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue