more scrollbar fix

This commit is contained in:
Kenneth Jao 2017-02-09 10:34:59 -05:00
parent 582e45e84e
commit cced1ee2a6
2 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,7 @@ Template.classesMode.rendered = function() {
height: '',
touchScrollStep: 90
});
$(".mainClass .slimScrollBar").css("display", "none");
};
// Global Helpers

View File

@ -15,6 +15,7 @@ Template.sidebarMenuPlate.rendered = function() {
height: '',
touchScrollStep: 90
});
$("#filterWrapper.slimScrollBar").css("display", "none");
};
Template.sidebarOptionPlate.rendered = function() {
$(".menuWrapper").slideDown(300);