private-face / jquery.fullscreen

jQuery plugin for opening page elements in fullscreen mode.
MIT License
148 stars 83 forks source link

Allow body to scroll if fullscreen element is the body itself #15

Closed jonnitto closed 10 years ago

private-face commented 11 years ago

@jonnitto "overflow: hidden" should be set for HTML element in any case.

jonnitto commented 11 years ago

Not in every case: If you want to make a fullscreen Web-App, the content is no longer scrollable. My commit is only that you can set the overflow option also to the body.