Toddish / Popup

A barebones, flexible jQuery popup plugin. Designed for developers, it's simple to use but very powerful.
http://docs.toddish.co.uk/popup
MIT License
146 stars 78 forks source link

Handle popup bigger that body size #23

Open LouWii opened 8 years ago

LouWii commented 8 years ago

Hi,

I have a popup that's too long to be displayed entirely on the screen. The scrolling only affects the background, not the popup itself. Pretty normal as its position is fixed.

I guess I have to change the css rules but I'm not sure where to begin.