is it possible to stop the page from scrolling up when a modal is closed?
I already tried doing this:
<a onclick="$('.modal').modal('toggle');">Close</a>
<a onclick="$('.modal').modal('hide');">Close</a>
is it possible to stop the page from scrolling up when a modal is closed?
I already tried doing this:
<a onclick="$('.modal').modal('toggle');">Close</a>
<a onclick="$('.modal').modal('hide');">Close</a>