diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html index a26531e7..8595ec49 100644 --- a/allianceauth/templates/allianceauth/base-bs5.html +++ b/allianceauth/templates/allianceauth/base-bs5.html @@ -30,7 +30,8 @@ } .nav-padding { - padding-top: {% header_padding_size %} !important; + margin-top: {% header_padding_size %} !important; + max-height: calc(100vh - {% header_padding_size %}) !important; }