From cd50e6a59a3417e6b81e32edec85ccd5e5d61528 Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Fri, 28 Apr 2017 11:43:52 +0200 Subject: [PATCH] Increase scrollbars width. --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index f73ab35..cf9fdd1 100644 --- a/public/style.css +++ b/public/style.css @@ -5,7 +5,7 @@ body { } ::-webkit-scrollbar { - width: 8px; + width: 10px; height: 8px }