Update showscrollbar and scrollbar to not clip chatbox

This commit is contained in:
Jeremy Zhang
2018-08-08 02:29:20 +00:00
parent 1f15627f45
commit 5921cb7a9b
2 changed files with 2 additions and 3 deletions

View File

@ -363,7 +363,7 @@
scrollbarTheme = "light";
}
$("main").mCustomScrollbar({
alwaysShowScrollbar: showScrollbar,
autoHideScrollbar: !showScrollbar,
theme: scrollbarTheme
});