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