From e011c0b6e6db736d5434f3e11e03027dde687ddd Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 May 2026 22:36:41 +0000 Subject: [PATCH] fix(footer): close white gap by stretching stAppViewContainer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Color-tag diagnostic confirmed the bottom-of-viewport strip was painted by ``stAppViewContainer`` (it showed GREEN), not by the block container as the previous two attempts assumed. ``.stApp`` has ``zoom: 0.85`` so 100vh visually renders at 85% — apply ``min-height: calc(100vh / 0.85)`` to the view container itself so it spans the full visible viewport and there is no gap for its own background to leak through as a "white bar". Reverts the diagnostic tints (RED/BLUE/GREEN/GOLD); keeps the 2rem block-container padding-bottom that reserves room for the fixed footer overlay. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/gui/components/_legacy.py | 29 +++++++++++------------------ 1 file changed, 11 insertions(+), 18 deletions(-) diff --git a/src/gui/components/_legacy.py b/src/gui/components/_legacy.py index 402becf..9d520fd 100644 --- a/src/gui/components/_legacy.py +++ b/src/gui/components/_legacy.py @@ -628,26 +628,19 @@ def render_sticky_footer() -> None: st.markdown( """