Open
Description
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
- bug reportfeature requestsupport request
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
Metadata
Metadata
Assignees
Labels
No labels
Activity
seredniy commentedon Sep 4, 2023
I have this issue too