-
Notifications
You must be signed in to change notification settings - Fork 4k
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 not centered and sit out of the screen #2558
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Duplicate #2549 |
you can solve it with styling the Modal component. style :
react component :
hope that can help temporarily 😅 |
@anztrax , i LOVE U! |
@anztrax suggestion didn't center the modal vertically for me. Apparently, it's just a
update: meh. Doesn't work when you have a max-height for the modal content. |
I too had similar issues besides had to position the modal on the center vertically. I had made the changes above mentioned by @anztrax. Also added the override to modal as below: .ui.modal { |
Hi, I dont know if this an issue but the modal examples are not working, a modal has a top margin -104px and not centered :
the code:
the image:
The text was updated successfully, but these errors were encountered: