From 582e45e84edf657974f5ea07bf93c28667e9cbe2 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Thu, 9 Feb 2017 10:32:27 -0500 Subject: [PATCH] scrollbar fix --- hourglass/client/main/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hourglass/client/main/main.js b/hourglass/client/main/main.js index e838c65..e4ce392 100644 --- a/hourglass/client/main/main.js +++ b/hourglass/client/main/main.js @@ -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");