-
Notifications
You must be signed in to change notification settings - Fork 4.9k
modal positioning issue; not centering #3175
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
Comments
Same here, modals with a large .ui.fluid.image (or .ui.large.image) shows like your second screen. Strangely it happens only on the first opening (if i reopen the modal it shows normally). |
in javascript, add this setting to the modal: observeChanges: true And, if u are using ANGULAR... maybe a timeout for modal (100ms is enough) will fix too... |
Yes, i confirm that angular was the problem. A timeout fixed it ;) |
thank you that setting is the solution. |
in jquery the modal position is not centering when i opened first time later on its working fine any solution for that |
Setting solution worked out for me, thanks! |
not sure why the modal is not centering on the page.
We are using legacy semantic unfortunately and cannot upgrade. 0.x
additionally, if the modal is too long, it is hidden under the browser window
In addition
The text was updated successfully, but these errors were encountered: