From e6e4c928f34a233d49e94a79ac87b6500a595e4d Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 29 Mar 2020 07:40:43 +0100 Subject: [PATCH] Make the scrollbar wider so it's easier to grab with the mouse pointer. --- src/styles/_scrollbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/_scrollbar.scss b/src/styles/_scrollbar.scss index aed9fe1..340c789 100644 --- a/src/styles/_scrollbar.scss +++ b/src/styles/_scrollbar.scss @@ -2,7 +2,8 @@ div:not(.maputnik-toolbar__actions) { &::-webkit-scrollbar { background-color: #26282e; - width: 5px; + width: 8px; + height: 8px; } &::-webkit-scrollbar-thumb {