Fix visual bug where page content visible behind statusbar

This commit is contained in:
Skylar Ittner 2019-06-14 23:48:13 -06:00
parent 80ec053408
commit 563e8fc518

View File

@ -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 {