I am using a modal to pull up a webpage. Here is how I am calling up the modal:
<a class="delivery" data-mini-modal data-mini-modal-type="ajax" href="delivery-options.html">
When I click the 'X' button it doesn't close the modal window - it shows a right hand scroll bar - see screen shot. Once I hit the 'X' button a second time - then it will close. Any ideas why that might be happening?
<a class="delivery" data-mini-modal data-mini-modal-type="ajax" href="delivery-options.html">
When I click the 'X' button it doesn't close the modal window - it shows a right hand scroll bar - see screen shot. Once I hit the 'X' button a second time - then it will close. Any ideas why that might be happening?
Comment