Fix visual bug where page content visible behind statusbar

master
Skylar Ittner 5 years ago
parent 80ec053408
commit 563e8fc518

@ -17,7 +17,8 @@ Framework7 and FontAwesome both have a .fab class
/* Make room for the statusbar on pages with navbars */
.view-main .page:not([data-name=home]) .navbar {
margin-top: var(--f7-statusbar-height);
border-top: var(--f7-statusbar-height) solid var(--f7-page-bg-color);
height: calc(var(--f7-navbar-height) + var(--f7-statusbar-height));
}
.popup {

Loading…
Cancel
Save