You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After loading content into a jbox modal, the height of the modal stretches below the bottom of the window, and the window cannot be scrolled.
Ideally, I would like to reposition the modal so it is as centered as possible, and if the content exceeds the viewable area, the window can be scrolled to show the bottom of the dialog.
Great work, and thanks for your efforts!
The text was updated successfully, but these errors were encountered:
This helps for sure. I'm now able to reposition the modal when I change the contents. However, in my dialog, I have a div with overflow:auto that does not scroll using the mousewheel. After seeing your fiddles, I'm wondering if perhaps your code is intercepting the mousewheel scroll event? See: https://jsfiddle.net/69dgzvh7/
After loading content into a jbox modal, the height of the modal stretches below the bottom of the window, and the window cannot be scrolled.
Ideally, I would like to reposition the modal so it is as centered as possible, and if the content exceeds the viewable area, the window can be scrolled to show the bottom of the dialog.
Great work, and thanks for your efforts!
The text was updated successfully, but these errors were encountered: