We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fixed content should restore fixed state when modal closed.
A weird situation happened.
2.3.1 & 2.3.3
Tested in Chrome 68 and Firefox 61, only modal with blurring option cause this bug.
This is official document page with the bug happened. https://semantic-ui.com/modules/modal.html#dimmer-variations
Another case of my site, the nav bar move to weird position, it should be fixed to top.
The text was updated successfully, but these errors were encountered:
#6520 - remove blurring on dimmer hide. Remove console logs.
8a1ad49
Using filter will modify the behavior of fixed content, because filter creates a new stacking context.
filter
fixed
I've modified modal to remove blurring after hiding modal, however, layout may change while modal is visible.
blurring
Sorry, something went wrong.
No branches or pull requests
Steps
Expected Result
The fixed content should restore fixed state when modal closed.
Actual Result
A weird situation happened.
Version
2.3.1 & 2.3.3
Testcase
Tested in Chrome 68 and Firefox 61, only modal with blurring option cause this bug.
This is official document page with the bug happened.
https://semantic-ui.com/modules/modal.html#dimmer-variations
Another case of my site, the nav bar move to weird position, it should be fixed to top.
The text was updated successfully, but these errors were encountered: