fix: increase custom scrollbar width (#914)

This commit is contained in:
Nolan Lawson 2019-01-26 09:34:16 -08:00 committed by GitHub
parent 95336e0657
commit eb5437e32a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
--scrollbar-border-radius: 0;
--scrollbar-face-color-hover: #{$scrollbar-face-hover};
--scrollbar-face-color-active: #{$scrollbar-face-active};
--scrollbar-width: 12px;
--scrollbar-height: 12px;
--scrollbar-width: calc(20px + .25em);
--scrollbar-height: calc(20px + .25em);
--scrollbar-background-color: transparent;
}
}