css-modal icon indicating copy to clipboard operation
css-modal copied to clipboard

Scrollbar cut off in narrow mode

Open myndzi opened this issue 11 years ago • 0 comments

You can fix it (in the compiled css) around line 187 by setting top to '3em' instead of '0', and set bottom to '0', removing 'height: 100%'; finally, remove the 'margin-top: 3em' at line 430. If you use height: 100%, the scrollbar goes off the bottom instead.

P.S. you are a beautiful person for making this!

myndzi avatar May 16 '14 22:05 myndzi