Skip to content

Fix missing Gravity slider in production by allowing panel scroll#50

Merged
Testtesttestestes merged 1 commit into
mainfrom
codex/fix-missing-gravity-slider-after-build
Mar 10, 2026
Merged

Fix missing Gravity slider in production by allowing panel scroll#50
Testtesttestestes merged 1 commit into
mainfrom
codex/fix-missing-gravity-slider-after-build

Conversation

@Testtesttestestes

Copy link
Copy Markdown
Owner

Motivation

  • The bottom control panel was being clipped in production builds on short viewports, which hid lower controls such as the Gravity slider.

Description

  • Constrained the control panel height and enabled vertical scrolling by updating src/App.tsx.
  • Added the Tailwind classes max-h-[calc(100vh-3rem)] and overflow-y-auto to the panel wrapper so lower controls remain reachable.

Testing

  • Ran npm run build and it completed successfully.
  • Ran npm run lint (tsc --noEmit) and it passed with no errors.
  • Launched a preview and captured an automated screenshot of the updated UI to validate the panel is scrollable and the Gravity slider is visible.

Codex Task

@Testtesttestestes Testtesttestestes merged commit c521c25 into main Mar 10, 2026
1 check passed
@Testtesttestestes Testtesttestestes deleted the codex/fix-missing-gravity-slider-after-build branch March 10, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant