Such a question, for example: if you embed a page from some site (through Advanced Iframe plugin) - it stops scrolling the page when hovering over this frame. Which is logical, but I would really like to get rid of it. So how do I do this, so that I can scroll down the page further when the mouse is hovered over the frame.
If you use auto height then the scrolling should work like you expect. See
Best regards,
Michael
Hello
Scrolling on hover over frames is not possible in HTML/CSS. Use JavaScript/jQuery to implement it, set mouseover event to listen to hover and change frame's scroll Top property.
@etescashout365 I think this is not how I understood @armanso77 s question. @armanso77 - can you clarify which scrolling you mean?
Best regards, Michael