css-modal
css-modal copied to clipboard
Scrollbar cut off in narrow mode
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!