From c77cf25912314994b70ecd05ad0e94b9448f20a0 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:11:43 -0700 Subject: [PATCH] Fix Settings page content clipped by global search bar Add padding-bottom: 10vh to #settings-page .settings-content so the bottom section is not obscured by the floating search bar overlay. Closes #292 (item 3) --- webui/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/style.css b/webui/static/style.css index 72921e60..5ed7cc7a 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -50807,6 +50807,7 @@ tr.tag-diff-same { align-items: center; max-width: 100% !important; margin: 0 auto; + padding-bottom: 10vh; } /* Tab bar centered */