diff --git a/src/gui/_home.py b/src/gui/_home.py index 66db2fb..1df4482 100644 --- a/src/gui/_home.py +++ b/src/gui/_home.py @@ -288,163 +288,3 @@ def _home_page() -> None: header=f"📄 {name}", key_namespace=name, ) - - # TEMP: end-of-content marker — confirmed at the true bottom of - # the home page's main content. The user reports content scrolls - # *behind* the offending white bar, so the bar is fixed-positioned. - # Only ``#datatools-sticky-footer`` is fixed at the bottom per - # our CSS, but the user already confirmed the sticky footer is - # NOT the offending bar. So there's a fixed element we haven't - # accounted for. The JS below outlines EVERY fixed/sticky element - # in the parent document with a labelled colored border so we can - # see exactly what's overlaying scrolled content. - st.markdown( - '
' - '◀ CLAUDE TEST #3 — END OF MAIN CONTENT ▶' - '
', - unsafe_allow_html=True, - ) - st.iframe( - """ - -""", - height=1, - ) diff --git a/src/gui/components/_legacy.py b/src/gui/components/_legacy.py index 18e5401..c5e1393 100644 --- a/src/gui/components/_legacy.py +++ b/src/gui/components/_legacy.py @@ -629,7 +629,12 @@ def render_sticky_footer() -> None: """