We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceda93f + 555442e commit 18b0695Copy full SHA for 18b0695
frontends/web/src/components/bottom-navigation/bottom-navigation.module.css
@@ -4,10 +4,12 @@
4
border-top: 2px solid var(--bottom-navigation-border-color);
5
display: none;
6
padding: var(--space-half);
7
+ padding-top: calc(var(--space-half) - env(safe-area-inset-bottom, 0));
8
+ padding-left: calc(calc(env(safe-area-inset-bottom, 0) / 2) + var(--space-half));
9
+ padding-right: calc(calc(env(safe-area-inset-bottom, 0) / 2) + var(--space-half));
10
position: fixed;
11
width: 100%;
12
height: var(--bottom-navigation-height);
- padding-top: calc(var(--space-half) - env(safe-area-inset-bottom, 0));
13
justify-content: space-between;
14
}
15
0 commit comments