Skip to content

Cap dialog height to 90vh so tall content scrolls instead of overflows#4

Merged
SiteRelEnby merged 2 commits intomainfrom
fix/dialog-overflow
Apr 23, 2026
Merged

Cap dialog height to 90vh so tall content scrolls instead of overflows#4
SiteRelEnby merged 2 commits intomainfrom
fix/dialog-overflow

Conversation

@fullynocturnal
Copy link
Copy Markdown
Collaborator

@fullynocturnal fullynocturnal commented Apr 22, 2026

Summary

Dialogs with many custom fields (e.g. the member edit dialog) could grow past the bottom of the viewport with no way to scroll to the save button.

Changes

  • Added max-h-[90vh] overflow-y-auto to the base DialogContent component

Testing

  • ruff check sheaf/ passes
  • cd web && npm run lint && npx tsc --noEmit passes
  • Existing tests pass
  • New tests added (if applicable)
  • Tested manually

Security / privacy impact

None.

Screenshots

Screenshot 2026-04-22 at 3 23 31 AM

Dialogs with many custom fields (e.g. member edit) could grow past the
bottom of the viewport with no way to reach the save button.
@SiteRelEnby SiteRelEnby merged commit 525cd60 into main Apr 23, 2026
3 checks passed
@fullynocturnal fullynocturnal deleted the fix/dialog-overflow branch May 1, 2026 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants