-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix(cosmetic): Limiting modal height #20147
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20147 +/- ##
==========================================
- Coverage 66.45% 66.42% -0.03%
==========================================
Files 1721 1722 +1
Lines 64497 64772 +275
Branches 6805 6897 +92
==========================================
+ Hits 42860 43027 +167
- Misses 19905 20000 +95
- Partials 1732 1745 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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!
* more changes that didn't make it into the last commit somehow. * Allow modals to be short, but reach a max height and scroll * now with template literals
SUMMARY
Sets flexbox layout details on modals so that they don't get too tall for the viewport and cut off action buttons. Now they go to a reasonable max hight, and scroll within the max bounds.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION