From 26a8686a54bf5cfa76807b2004d2df0ec6b02274 Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sun, 13 Sep 2020 15:29:36 -0400 Subject: [PATCH] Firefox Custom Scrollbar (#1163) * Firefox custom scrollbar * Put Firefox scrollbar css in first body tag Co-authored-by: cschwinne --- wled00/data/index.htm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wled00/data/index.htm b/wled00/data/index.htm index 71292e4b1..8b532de8e 100644 --- a/wled00/data/index.htm +++ b/wled00/data/index.htm @@ -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,