修复iOS浏览器侧边栏无法上下移动bug,暂时移除niceScroll设置
This commit is contained in:
parent
8d287a4eb3
commit
4b3223b822
|
@ -34,7 +34,7 @@ $(function () {
|
|||
});
|
||||
|
||||
// custom scrollbar
|
||||
$("#sidebar").niceScroll({ styler: "fb", cursorcolor: "#e8403f", cursorwidth: '3', cursorborderradius: '10px', background: '#404040', spacebarenabled: false, cursorborder: '', scrollspeed: 60 });
|
||||
if (!$.browser.versions.ios) $("#sidebar").niceScroll({ styler: "fb", cursorcolor: "#e8403f", cursorwidth: '3', cursorborderradius: '10px', background: '#404040', spacebarenabled: false, cursorborder: '', scrollspeed: 60 });
|
||||
|
||||
//$("html").niceScroll({styler:"fb",cursorcolor:"#e8403f", cursorwidth: '6', cursorborderradius: '10px', background: '#404040', spacebarenabled:false, cursorborder: '', zindex: '1000', scrollspeed: 100, mousescrollstep: 60});
|
||||
|
||||
|
|
Loading…
Reference in New Issue