fix: add bottom safe-area-inset for mobile approval overlay

This commit is contained in:
jjjojoj
2026-04-06 10:19:01 +08:00
committed by Peter Steinberger
parent eef20a87d0
commit 77f9f6112e

View File

@@ -4270,6 +4270,7 @@ details[open] > .ov-expandable-toggle::after {
.exec-approval-overlay {
padding: 12px;
padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
}
.exec-approval-card {