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
The no-scroll class is not given correctly due to the fact that the height is incorrectly calculated. We need to use the .outerHeight() function instead of the .height() function as we do in the _updateContentMaxHeight function. https://a.supportally.com/i/urzsk5
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
Current behavior:
The
no-scroll
class is not given correctly due to the fact that the height is incorrectly calculated. We need to use the.outerHeight()
function instead of the.height()
function as we do in the_updateContentMaxHeight
function.https://a.supportally.com/i/urzsk5
With .height(): https://a.supportally.com/v/iwjyIm (I can't scroll even though the content is there)
With .outerHeight(): https://a.supportally.com/v/Ay4WIg
The text was updated successfully, but these errors were encountered: