From 27466313c064a50c91a266f99cc8675bae5efc01 Mon Sep 17 00:00:00 2001 From: GretaD Date: Tue, 27 Nov 2018 18:35:29 +0100 Subject: [PATCH] I changed the width of the srollbar to make it a bit bigger Signed-off-by: GretaD --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index da270893e6..66addec7c9 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -146,7 +146,7 @@ body { /* SCROLLING */ ::-webkit-scrollbar { - width: 5px; + width: 9px; height: 5px; }