private-face / jquery.fullscreen

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

documentScroll doesn't work on Chrome v27 Mac #12

Closed sbosell closed 11 years ago

sbosell commented 11 years ago

When launching the fullscreen with documentScroll:true, the area is not scrollable on chrome mac.

  $('#fullscreen').click(function(){
    $('#full').fullscreen({documentScroll:true,overflow:'visible', toggleClass:'fullscreen'});
  });
private-face commented 11 years ago

Looks like modern browsers don't allow to keep document. scroll visible. I will remove this option in the next release.