Firefox Custom Scrollbar (#1163)

* Firefox custom scrollbar

* Put Firefox scrollbar css in first body tag

Co-authored-by: cschwinne <dev.aircoookie@gmail.com>
This commit is contained in:
Jeff Rescignano 2020-09-13 15:29:36 -04:00 committed by GitHub
parent 57421d2392
commit 26a8686a54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,8 @@ body {
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
scrollbar-width: 6px;
scrollbar-color: var(--c-sb) transparent;
}
html,