trentrichardson / jQuery-Impromptu

An extention to help provide a more pleasant way to spontaneously prompt a user for input.
http://trentrichardson.com/Impromptu/
MIT License
327 stars 144 forks source link

Box positioning in a page with horizontal scroll #43

Open mail4ipong opened 10 years ago

mail4ipong commented 10 years ago

box is not centered in a page with horizontal scroll. when you scroll horizontal bar to the right and open prompt box, the box is not centered to screen.

box

trentrichardson commented 10 years ago

I will try to have a look and see if I can get this working. I know in the past we ran into issues with vertical scrolling where it was common for the prompt height to be taller than the window, but it would be fixed position and you could never scroll to see the entire prompt. The most versatile solution was to simply to not move the prompt along with the scroll of the window.