feat(mobile): apply immersive background for all full-height

This commit is contained in:
Elian Doran 2025-02-08 12:32:07 +02:00
parent 8a8179ea4f
commit 851e6efaa2
No known key found for this signature in database
2 changed files with 9 additions and 9 deletions

View File

@ -12,14 +12,6 @@ const TPL = `\
overflow: hidden; overflow: hidden;
} }
.geo-map-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.leaflet-top { .leaflet-top {
margin-top: calc(env(safe-area-inset-top) + var(--mobile-title-bar-height)); margin-top: calc(env(safe-area-inset-top) + var(--mobile-title-bar-height));
} }

View File

@ -67,6 +67,14 @@ body.mobile #root-widget {
padding-bottom: var(--mobile-bottom-offset); padding-bottom: var(--mobile-bottom-offset);
} }
.note-detail.full-height {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#title-bar { #title-bar {
position: fixed; position: fixed;
top: 0; top: 0;