-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Dialog): All variants use flex
#1269
Conversation
Co-authored-by: Mayank <[email protected]>
Co-authored-by: Mayank <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Lets wait for pending v2 PRs to release (#1250) before merging this.
(Blocking accidental merge using "Request changes".)
@FlyersPh9 I vaguely recall there were some hacks we needed to do because Here's one I found: #1066 (comment) We might want to make some changes in the dialog code now that we can assume |
Done, added a bullet to the PR description with more deets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now unblocked! Just make sure to update branch or run git merge origin/dev
locally before merging.
Changes
.iui-dialog
hasdisplay: flex;
&flex-direction: column;
rather than the class modifiers.max-height
from.iui-dialog-content
, added amax-height
usingdvh
to.iui-dialog-default
in response to feat(Dialog): All variants useflex
#1269 (comment).Closes #1268.
Testing
Docs
https://github.com/iTwin/iTwinUI/wiki/iTwinUI-react-v3-migration-guide#dialog--modal