This commit is contained in:
parent
b43dfa260b
commit
60fc9a5195
|
@ -96,7 +96,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.footer {
|
||||
padding-bottom: env(safe-area-inset-bottom, 12px);
|
||||
padding-bottom: max(12px, env(safe-area-inset-bottom, 0px));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue