Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Adds minimal scrollbar styling
Johannes Kühlewindt committed 10 months ago
commit 30f586a01268e82842f089a7c6ab10b9269e5eb7
parent 8e683cf
1 file changed +10 -0
modified public/index.css
@@ -22,6 +22,16 @@ body {
  background-color: var(--color-background-default);
}

+
::-webkit-scrollbar {
+
  width: 6px;
+
  height: 6px;
+
  background: transparent;
+
}
+

+
::-webkit-scrollbar-thumb {
+
  background: rgba(128, 128, 128, 0.5);
+
}
+

::selection {
  background: var(--color-fill-yellow);
  color: var(--color-foreground-black);