We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecea9f commit 263391fCopy full SHA for 263391f
1 file changed
web/client/css/main.css
@@ -40,7 +40,7 @@
40
/* Firefox */
41
* {
42
scrollbar-width: thin;
43
- scrollbar-color: var(--bg-hover) var(--bg-secondary);
+ scrollbar-color: var(--bg-hover) rgba(255, 255, 255, 0)
44
}
45
46
/* Webkit (Chrome, Safari, Edge) */
0 commit comments