From 2fe324279ef85ead348b2279a65bccafa8b8820f Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 May 2026 22:33:19 +0000 Subject: [PATCH] diag(footer): color-tag every candidate bottom-area container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Option 2 (stretching the block container with ``min-height``) did not close the white gap. Either the rule isn't applying, or the block container isn't the element that fills the visible bottom of the page. Tint every plausible container so the eye can tell us instantly which one paints the bar: - RED ``stAppViewBlockContainer`` (still has min-height applied) - BLUE ``stMain`` / ``section[stMain]`` (with its own min-height) - GREEN ``stAppViewContainer`` - GOLD ``.stApp`` (zoomed) User reload + report which color shows where the "white bar" previously was — that names the target. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/gui/components/_legacy.py | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/src/gui/components/_legacy.py b/src/gui/components/_legacy.py index fe5a581..402becf 100644 --- a/src/gui/components/_legacy.py +++ b/src/gui/components/_legacy.py @@ -628,22 +628,27 @@ def render_sticky_footer() -> None: st.markdown( """