We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e4256 commit 352f3e0Copy full SHA for 352f3e0
1 file changed
src/theme/variables.scss
@@ -41,7 +41,7 @@ a {
41
}
42
43
ion-tab-bar {
44
- padding-bottom: var(--safe-area-inset-bottom);
+ padding-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));
45
46
47
/* This sets a different item background when dark mode is enabled on ios and md */
0 commit comments