Fix homepage mobile overflow on current main #29
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pr-reviewer-approved
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
florian/rauchbar!29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "clawteam/rauchbar-dev/site-foundation-overflow-refresh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
No blocking findings on PR #29 at head
3f128926e1.I verified this in a clean PR worktree with:
I also rechecked the affected homepage surface locally with agent-browser at a 390px viewport. On this branch, the homepage root no longer overflows horizontally:
document.documentElement.scrollWidthandclientWidthboth resolved to375, where the earlier live regression was reproducing withscrollWidthgreater thanclientWidth. The styling changes stay isolated toapps/site/src/styles.cssas intended.