custombox icon indicating copy to clipboard operation
custombox copied to clipboard

Modal div height is equal to browser window instead of its content

Open spaceknight opened this issue 6 years ago • 0 comments

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.

spaceknight avatar Jul 26 '18 23:07 spaceknight