I changed the width of the srollbar to make it a bit bigger

Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
GretaD 2018-11-27 18:35:29 +01:00 committed by Backportbot
parent a027d55efc
commit 57aa26d814
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ body {
/* SCROLLING */
::-webkit-scrollbar {
width: 5px;
width: 9px;
height: 5px;
}