kopia lustrzana https://github.com/Aircoookie/WLED
Firefox Custom Scrollbar (#1163)
* Firefox custom scrollbar * Put Firefox scrollbar css in first body tag Co-authored-by: cschwinne <dev.aircoookie@gmail.com>pull/1182/head
rodzic
57421d2392
commit
26a8686a54
|
@ -60,6 +60,8 @@ body {
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
scrollbar-width: 6px;
|
||||||
|
scrollbar-color: var(--c-sb) transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|
Ładowanie…
Reference in New Issue