scrollbar fix
This commit is contained in:
parent
ae8172e7bc
commit
582e45e84e
@ -363,6 +363,7 @@ Template.main.events({
|
|||||||
height: '20vh',
|
height: '20vh',
|
||||||
touchScrollStep: 90
|
touchScrollStep: 90
|
||||||
});
|
});
|
||||||
|
$("#workComments .slimScrollBar").css("display", "none");
|
||||||
},
|
},
|
||||||
'click .fa-check-circle-o' () { // Confirmation Button
|
'click .fa-check-circle-o' () { // Confirmation Button
|
||||||
sendData(confirm);
|
sendData(confirm);
|
||||||
@ -411,6 +412,7 @@ Template.main.events({
|
|||||||
height: '20vh',
|
height: '20vh',
|
||||||
touchScrollStep: 90
|
touchScrollStep: 90
|
||||||
});
|
});
|
||||||
|
$("#workComments .slimScrollBar").css("display", "none");
|
||||||
},
|
},
|
||||||
'click #requestSubmit' () {
|
'click #requestSubmit' () {
|
||||||
var area = document.getElementById("requestArea");
|
var area = document.getElementById("requestArea");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user