-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
[modal] multiple modals close buttons come on each other #2195
Comments
I tagged this as an enhancement. In the meantime you can force the close icon to stay inside the modals regardless of the viewport size by adding it is mentioned in the docs here |
Oups, i tag this as a bug again, because the close icon from the parent modal is still clickable! 👀 |
Fixed by #2196 |
Thank you very much for working on this enhancement 👍 |
Bug Report
when you have two modals on top of each other, if the height of both of them are the same and close buttons are out of the modal, the close buttons are on each other which has a bad user experience.
Steps to reproduce
Expected result
a better UI for the close buttons which are on top of each other
Actual result
the close buttons of both modals fall on top of each other (based on the modals sizes and headers height)
Testcase
https://jsfiddle.net/208c45nt/1
Screenshot (if possible)
Version
2.8.8
The text was updated successfully, but these errors were encountered: