diff --git a/www/css/app.css b/www/css/app.css index e6ef9ac..dc83353 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -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 {