Modal div height is equal to browser window instead of its content
spaceknight opened this issue · 0 comments
spaceknight commented
Hello,
I use custom CSS to style the modal div.
#modal {
background-color: #39BEB9;
width: 80%;
display: none;
}
When modal is visible and its content is higher than the browser window, the background color does not fill the whole modal div when scrolled down.