You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
Hi, I found blank space at the bottom of an image when modal is open and it resulted from height difference between div.iziModal and an image which is descendant of it.
Adding vertical-align:bottom; to the image may be helpful. However, in case a project is highly complicated, it doesn't work.
In addition this issue occurs differently depending on types of mobile devices and images.
*div.iziModal-wrap and div.iziModal-content ar created by iziModal library.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I found blank space at the bottom of an image when modal is open and it resulted from height difference between
div.iziModal
and an image which is descendant of it.Adding
vertical-align:bottom;
to the image may be helpful.However, in case a project is highly complicated, it doesn't work.
In addition this issue occurs differently depending on types of mobile devices and images.
*
div.iziModal-wrap
anddiv.iziModal-content
ar created by iziModal library.The text was updated successfully, but these errors were encountered: