On my website, when a link is clicked an iframe popup opens and loads the link.
I want the user to be able to scroll in the iframe, but the problem is when I scroll all the way down in the iframe it starts to scroll the main page underneath the iframe.
Basically, when the iframe is open, I want the page underneath locked with respect to scrolling.
Is this possible?
user overflow property, the overflow property specifies what happens if content overflows an element’s box.