Skip to content

Conversation

@twells46
Copy link
Contributor

@twells46 twells46 commented Jan 6, 2026

Fix #363 by making the Dialog component responsive to screen size.


Open in Cursor Open in Web


Note

Improves responsiveness and layout behavior for modal content.

  • Dialog Container now uses responsive sizing (width: 90%, maxWidth: 800px, maxHeight: 90vh) and flex column layout
  • Widget Container switches from flexBasis: 0 to flex: 1 with minHeight: 0 for proper flex behavior
  • Adds Content wrapper inside Widget to make children scrollable (overflowY: auto, overflowX: hidden)

Written by Cursor Bugbot for commit 754f8bc. This will update automatically on new commits. Configure here.

Co-authored-by: twells <twells@kipr.org>
@cursor
Copy link

cursor bot commented Jan 6, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

cursoragent and others added 2 commits January 6, 2026 22:19
Co-authored-by: twells <twells@kipr.org>
Co-authored-by: twells <twells@kipr.org>
@twells46 twells46 marked this pull request as ready for review January 6, 2026 22:40
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.

Feedback doesn't scale with screen

3 participants