Merge pull request #60 from Cronos87/master

Change the overflow value from scroll to auto
This commit is contained in:
Tobias Reich 2014-01-27 12:53:42 -08:00
commit d8623d6388
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ contextMenu = {
$(".contextmenu_bg, .contextmenu").remove();
$(".photo.active, .album.active").removeClass("active");
$("body").css("overflow", "scroll");
$("body").css("overflow", "auto");
}

View File

@ -376,7 +376,7 @@ view = {
view.header.mode("album");
// Make body scrollable
$("body").css("overflow", "scroll");
$("body").css("overflow", "auto");
// Disable Fullscreen
$(document)