diff --git a/src/gui/components/_legacy.py b/src/gui/components/_legacy.py index b1f5094..e1b6f58 100644 --- a/src/gui/components/_legacy.py +++ b/src/gui/components/_legacy.py @@ -787,6 +787,22 @@ a[data-testid="stPageLink-NavLink"][href*="close"] { except Exception: pass + # TEMP: visible marker in the main content flow, immediately before + # the footer-injection iframe. This lands at the very bottom of + # ``stAppViewBlockContainer`` — right where the user reports a + # white strip clipping text when scrolling. If this red bar lines + # up with the offending strip, the strip is the iframe wrapper + # (``stElementContainer`` around ``st.iframe``) or the block + # container's ``padding-bottom: 3rem`` reservation. + st.markdown( + '
' + '◀ CLAUDE TEST #2 — IS THIS THE WHITE BAR? ▶' + '
', + unsafe_allow_html=True, + ) + st.iframe( f"""