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
parent 324efc00d6
commit 27466313c0

View file

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