more scrollbar fix
This commit is contained in:
parent
582e45e84e
commit
cced1ee2a6
@ -65,6 +65,7 @@ Template.classesMode.rendered = function() {
|
||||
height: '',
|
||||
touchScrollStep: 90
|
||||
});
|
||||
$(".mainClass .slimScrollBar").css("display", "none");
|
||||
};
|
||||
|
||||
// Global Helpers
|
||||
|
||||
@ -15,6 +15,7 @@ Template.sidebarMenuPlate.rendered = function() {
|
||||
height: '',
|
||||
touchScrollStep: 90
|
||||
});
|
||||
$("#filterWrapper.slimScrollBar").css("display", "none");
|
||||
};
|
||||
Template.sidebarOptionPlate.rendered = function() {
|
||||
$(".menuWrapper").slideDown(300);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user