diff --git a/ohmg/frontend/static/css/site_base.css b/ohmg/frontend/static/css/site_base.css index 0997aafb..531fb93e 100644 --- a/ohmg/frontend/static/css/site_base.css +++ b/ohmg/frontend/static/css/site_base.css @@ -411,8 +411,8 @@ hr { .ffs { position: fixed !important; width: 100%; - top: 45px; - height: calc(100vh - 45px) !important; + height: 100vh !important; + top: 0; left: 0; z-index: 1000; }