Increase scrollbar sizes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-10-11 11:18:23 +02:00
parent d9c3b99907
commit d519adaa51
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 5 additions and 3 deletions

View File

@ -151,8 +151,8 @@ body {
/* SCROLLING */
::-webkit-scrollbar {
width: 6px;
height: 5px;
width: 12px;
height: 12px
}
::-webkit-scrollbar-track-piece {
@ -161,7 +161,9 @@ body {
::-webkit-scrollbar-thumb {
background: var(--color-border-dark);
border-radius: var(--border-radius);
border-radius: var(--border-radius-large);
border: 2px solid transparent;
background-clip: content-box;
}