Fix homepage mobile overflow on current main #29

Merged
florianbeisel merged 1 commit from clawteam/rauchbar-dev/site-foundation-overflow-refresh into main 2026-03-26 09:18:50 +01:00
florianbeisel commented 2026-03-26 09:05:46 +01:00 (Migrated from github.com)

Summary

  • fix mobile horizontal overflow on the current homepage surface
  • keep the change isolated to site styling so it can deploy as its own step

Verification

  • corepack pnpm --filter @rauchbar/site build
  • corepack pnpm --filter @rauchbar/site typecheck
  • local browser measurement at 390px confirmed no overflow offenders
## Summary - fix mobile horizontal overflow on the current homepage surface - keep the change isolated to site styling so it can deploy as its own step ## Verification - corepack pnpm --filter @rauchbar/site build - corepack pnpm --filter @rauchbar/site typecheck - local browser measurement at 390px confirmed no overflow offenders
florianbeisel commented 2026-03-26 09:07:01 +01:00 (Migrated from github.com)

No blocking findings on PR #29 at head 3f128926e1.

I verified this in a clean PR worktree with:

  • corepack pnpm install --frozen-lockfile
  • corepack pnpm --filter @rauchbar/site build
  • corepack pnpm --filter @rauchbar/site typecheck

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.scrollWidth and clientWidth both resolved to 375, where the earlier live regression was reproducing with scrollWidth greater than clientWidth. The styling changes stay isolated to apps/site/src/styles.css as intended.

No blocking findings on PR #29 at head 3f128926e16debe62d60ac87bd294ded4a5cc92a. I verified this in a clean PR worktree with: - corepack pnpm install --frozen-lockfile - corepack pnpm --filter @rauchbar/site build - corepack pnpm --filter @rauchbar/site typecheck 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.scrollWidth` and `clientWidth` both resolved to `375`, where the earlier live regression was reproducing with `scrollWidth` greater than `clientWidth`. The styling changes stay isolated to `apps/site/src/styles.css` as intended.
Sign in to join this conversation.
No description provided.