From 18340328ab8769dfb108cd83e6e03b21b60e9ab9 Mon Sep 17 00:00:00 2001 From: Adam Cox Date: Fri, 5 Jun 2026 11:16:05 -0500 Subject: [PATCH] make expanded interfaces cover navbar --- ohmg/frontend/static/css/site_base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }