From b826f6c5b55a8bdb70b701b31de969c0b92fbc7d Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Tue, 18 Mar 2014 15:55:33 +0100 Subject: [PATCH] Fixed height of nicescroll bars. --- src/styles/global/_nicescroll.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global/_nicescroll.scss b/src/styles/global/_nicescroll.scss index 2cf11310..b9a1150b 100644 --- a/src/styles/global/_nicescroll.scss +++ b/src/styles/global/_nicescroll.scss @@ -20,6 +20,7 @@ */ .nicescroll::-webkit-scrollbar { width: 8px; +height: 8px; background-color: $background; border: solid transparent; }