Merge pull request #1235 from mrcanelas/fix/pwa-metadetails-safe-area
Some checks are pending
Build / build (push) Waiting to run

Details: Fix respect PWA safe area
This commit is contained in:
Timothy Z. 2026-04-28 15:25:57 +02:00 committed by GitHub
commit ba45c7f47f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,6 +146,7 @@
.metadetails-content {
display: block;
overflow-y: auto;
padding-top: calc(var(--top-overlay-size) + var(--safe-area-inset-top));
.spacing {
display: none;
@ -160,4 +161,4 @@
}
}
}
}
}