Merge pull request #60 from Cronos87/master
Change the overflow value from scroll to auto
This commit is contained in:
commit
d8623d6388
@ -261,7 +261,7 @@ contextMenu = {
|
||||
|
||||
$(".contextmenu_bg, .contextmenu").remove();
|
||||
$(".photo.active, .album.active").removeClass("active");
|
||||
$("body").css("overflow", "scroll");
|
||||
$("body").css("overflow", "auto");
|
||||
|
||||
}
|
||||
|
||||
|
@ -376,7 +376,7 @@ view = {
|
||||
view.header.mode("album");
|
||||
|
||||
// Make body scrollable
|
||||
$("body").css("overflow", "scroll");
|
||||
$("body").css("overflow", "auto");
|
||||
|
||||
// Disable Fullscreen
|
||||
$(document)
|
||||
|
Loading…
Reference in New Issue
Block a user