Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIFrame in fixed div scrolls down with page, when it should stay fixed. #13013
Labels
Comments
|
Note, this only reproduces without webrender enabled. I filed #13015 about how webrender breaks this in totally different ways. |
|
I can't reproduce #13015 with webrender - it seems to work correctly. But this bug seems to occur the same both with/without webrender enabled for me. I'll look into it today. |
|
Will be fixed in WR when servo/webrender#368 lands in master. |
|
Fixed as part of #13099 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When an IFrame is in a fixed div container, scrolling down the page causes the IFrame to be 'scrolled' too, when it should remain in place due the div being CSS
position:fixed;Online test case here.