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