hidden scrollbar after link in the popup
-
Sorry about that, after the fix of the issue of the link in the popup there is another error.
When a popup is opened you hide scrollbar of window:html.popup-modal-open, html.popup-modal-open body { overflow: hidden; }
And if I click a link on the popup, the url is correctly opened and the popup disappeared:
if (typeof event.target.href !== 'undefined' || typeof event.target.parentElement.href !== 'undefined') { $('#popupModal').fadeOut(100); return false; }
But scrollbars of the window is still hidden.
How to fix?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘hidden scrollbar after link in the popup’ is closed to new replies.