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( - '