-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
Description
Steps
- Open the modal with option "blurring: true".
- Close the modal.
- All "position: fixed" contents are now broken.
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.
nasatome and JorgenSolli