jquery simplemodal question (about window overflow)
- by Matthew Steiner
I noticed that if the height of the window is too small (meaning that the modal is taller than the window is), then even scrolling up or down won't reveal more of the modal, since it is constantly centering itself to the center of the window.
Is there a good way of changing this? I have a tall modal that if someone's using a short monitor it may cause problems. Not to mention just general usability.
I would guess that somewhere in the code you can test for if the window height is less than the modal to not worry about centering it vertically?
Ideas?