Hello friends, it's been some times since I've posted here, but this community has always been my "I really need help" place to go.
Lets get to the idea... I have a WordPress (dislike WP very much) site I'm customizing. Have a popup iFrame on click that is built into the theme, and in that iFrame, I have thumbnails that all have a popup on top of that iFrame (100% height/whatever).
Scenario: I click the first page link, which brings up an iFrame (same host/server) which overlays over everything in a window. Within that iFrame is a multitude of thumbnails, which when clicked, make another popup that covers everything within the iFrame showing image and details of the thumbnail.
Issue: I can get the body of the main window and the body of the iFrame to stop scrolling (hidden) when the thumbnail is clicked (within the iFrame), but when the thumbnail popup is closed, these CSS changes remain, making the scrolling disappear forever.
Long story short: I can kill scrolling on the main body and iFrame body, but cant reset scroll to work when closing the thumbnail popup... please let me know if I can explain better!