scrollbar fix

This commit is contained in:
Kenneth Jao 2017-02-09 10:32:27 -05:00
parent ae8172e7bc
commit 582e45e84e

View File

@ -363,6 +363,7 @@ Template.main.events({
height: '20vh',
touchScrollStep: 90
});
$("#workComments .slimScrollBar").css("display", "none");
},
'click .fa-check-circle-o' () { // Confirmation Button
sendData(confirm);
@ -411,6 +412,7 @@ Template.main.events({
height: '20vh',
touchScrollStep: 90
});
$("#workComments .slimScrollBar").css("display", "none");
},
'click #requestSubmit' () {
var area = document.getElementById("requestArea");