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
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:
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: