From 3e4c8998dca7848257910263712bb6dcc03ffb54 Mon Sep 17 00:00:00 2001 From: Rayron Victor Date: Wed, 20 Dec 2017 14:29:15 -0300 Subject: [PATCH] Set horizontal scrollbar height When changing @customScrollbarWidth also change the horizontal scrollbar height --- definitions/globals/site.less | 1 + 1 file changed, 1 insertion(+) diff --git a/definitions/globals/site.less b/definitions/globals/site.less index ecb86e6..0cbc725 100644 --- a/definitions/globals/site.less +++ b/definitions/globals/site.less @@ -135,6 +135,7 @@ a:hover { body ::-webkit-scrollbar { -webkit-appearance: none; width: @customScrollbarWidth; + height: @customScrollbarWidth; } body ::-webkit-scrollbar-track { background: @trackBackground;