Hide system scrollbar when custom scrollbars is activated

This commit is contained in:
Jeremy Zhang
2018-08-09 22:29:27 +00:00
parent 3575de6696
commit c3a91ff29a
2 changed files with 5 additions and 0 deletions

View File

@ -368,6 +368,7 @@
autoHideScrollbar: !showScrollbar,
theme: scrollbarTheme
});
$("body").addClass("custom-scrollbars");
}
if (disabled) {