-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] - sets body height when modal can't fit but does not set it back when modal closes #2576
Comments
It was set to leave it in place I dont recall why but I'm fairly certain it can safely be removed. |
Yeah I just call body.css height, '' when I hide the modal and haven't seen anything untoward.
|
i have the issue with performance of simple modal window. my code look like here: https://ng-semantic.herokuapp.com/#/elements/modal , first exmpl, but Modal doesn't work correctly. Can someone help me with it? |
I solved the problem by adding
to your page |
.modal { bottom: auto; } Solved too. Seems like Bootstrap conflicts with Semantic modal |
This code runs on modal.show
but no code sets the body height back to '' when the modal closes
repro:
have modal thats bigger than body, show modal, close modal. Height still set on body.
The text was updated successfully, but these errors were encountered: