-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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: dimmer={false}
stops the modal from opening
#2873
Comments
dimmer={false}
stopes the modal from openingdimmer={false}
stops the modal from opening
It's actually opening. But it's at the bottom of the page, under all other content. |
As I see, a |
This is caused by Semantic CSS 2.3. Without a dimmer, it is no longer able to figure out the position of the modal. Looking at https://github.com/Semantic-Org/Semantic-UI/releases, I've noticed:
|
It seems, that need update the |
Bug Report
Steps
A Modal with
dimmer={false}
.Expected Result
The modal opens.
Actual Result
The modal doesn't open. This can be observed in the docs.
Version
0.81.1
Testcase
https://react.semantic-ui.com/modules/modal#variations-dimmer
https://react.semantic-ui.com/modules/modal#types-multiple
The text was updated successfully, but these errors were encountered: