forked from FoundKeyGang/FoundKey
fix(client): ドロワーメニューでセーフエリアを考慮するように
This commit is contained in:
parent
901d6894de
commit
8e7744a695
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
|
|
||||||
&.asDrawer {
|
&.asDrawer {
|
||||||
padding: 12px 0;
|
padding: 12px 0 calc(env(safe-area-inset-bottom, 0px) + 12px) 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
> .item {
|
> .item {
|
||||||
|
|
Loading…
Reference in a new issue