Skip to content

Commit 03b87e6

Browse files
MMwandighatuxpiper
authored andcommitted
Adjusting map view fab position for iOS devices (#1512)
1 parent d9717a3 commit 03b87e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/mobile-mzima-client/src/app/map/map.page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
position: fixed;
2525
}
2626
.button-group {
27-
bottom: 90px;
27+
bottom: calc(90px + env(safe-area-inset-bottom, 0));
2828
position: fixed;
2929
right: var(--ion-padding);
3030
z-index: 1000;

0 commit comments

Comments
 (0)