diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php
index 6ecd163b3779..15aec5cfc9a9 100644
--- a/app/views/dashboard.blade.php
+++ b/app/views/dashboard.blade.php
@@ -8,8 +8,8 @@
$(document).ready(function() {
- $("#informationBox").niceScroll();
- $(".upComingDataScrolls").niceScroll();
+ $("#informationBox").slimScroll();
+ $(".upComingDataScrolls").slimScroll();
$( "#monthButton" ).click(function() {
$("#invoiceAvgValue").text('{{$monthValue}}');
diff --git a/app/views/header.blade.php b/app/views/header.blade.php
index f60de24b7e2c..16e6d413a273 100755
--- a/app/views/header.blade.php
+++ b/app/views/header.blade.php
@@ -5,7 +5,7 @@
-
+