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.
Hi, I found blank space at the bottom of an image when modal is open and it resulted from height difference between
div.iziModaland 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-wrapanddiv.iziModal-contentar created by iziModal library.