Skip to content

Commit e26f362

Browse files
committed
Merge branch 'ios-fix-tight-margins-on-fullscreen-views'
2 parents 8b44ef7 + c31c162 commit e26f362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontends/web/src/components/view/view.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
right: 0;
1212
top: 0;
1313
padding-top: env(safe-area-inset-top, 0);
14+
padding-bottom: env(safe-area-inset-top, 0);
1415
/* z-index between sidebar (~4000) and wait-dialog (~10000) */
1516
z-index: 5100;
1617
}
@@ -178,7 +179,7 @@
178179
left: 0;
179180
position: absolute;
180181
text-align: center;
181-
top: 0;
182+
top: env(safe-area-inset-top, 0);
182183
width: var(--header-height);
183184
}
184185

0 commit comments

Comments
 (0)