Added nicer scrollbars for Firefox (#1686)

Firefox supports `scrollbar-width` styling and `scrollbar-width: thin;` looks much closer to how the custom scrollbars on Chrome look.
Note: I haven't tested building the theme with this change, but I have tested using this directly in the browser and it looks great.
This commit is contained in:
Christian Oliff 2020-05-12 01:13:06 +09:00 committed by GitHub
parent 1fbaf52891
commit 30b4d554d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,6 +205,7 @@ kbd {
box-shadow: none; box-shadow: none;
box-decoration-break: slice; box-decoration-break: slice;
touch-action: auto; touch-action: auto;
scrollbar-width: thin;
// Override native scrollbar styles // Override native scrollbar styles
&::-webkit-scrollbar { &::-webkit-scrollbar {