Re: [fullscreen] Cannot scroll in IE11 while in fullscreen by Fullscreen API (#23)

I believe the root overflow hidden issue has been fixed in Edge, so Edge should have the same behavior as FireFox and Chrome in this case. 

And @upsuper, just to confirm, does 
> if the fullscreenElement is not null, and it is not the root element, hide the viewport scrollbar

mean adding `:root:fullscreen-ancestor { overflow: hidden; !important }` style in the spec?

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/23#issuecomment-141349151

Received on Friday, 18 September 2015 05:27:21 UTC