Skip to content

Commit 352f3e0

Browse files
committed
Fixes for iOS
1 parent 98e4256 commit 352f3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/theme/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ a {
4141
}
4242

4343
ion-tab-bar {
44-
padding-bottom: var(--safe-area-inset-bottom);
44+
padding-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));
4545
}
4646

4747
/* This sets a different item background when dark mode is enabled on ios and md */

0 commit comments

Comments
 (0)