custombox
custombox copied to clipboard
Modal div height is equal to browser window instead of its content
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.