vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.2.1 vs vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.2.2
- old
+ new
@@ -11,9 +11,11 @@
background: color(white);
border-collapse: separate;
border-top: 1px solid color(haze);
box-sizing: border-box;
display: table;
+ height: 54px;
+ height: calc(54px + constant(safe-area-inset-bottom));
height: calc(54px + env(safe-area-inset-bottom));
line-height: 1;
table-layout: fixed;
width: 100%;