about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-11-06 16:03:53 +0100
committerThibaut Girka <thib@sitedethib.com>2018-11-06 16:03:53 +0100
commita2a254625b7b1a718038b0847e89dd3c20511197 (patch)
tree89f285a32b9a0694110a4735a8017570fe717f26
parent36dab188fd83876ba5e0e08a4b6647a445e2f24f (diff)
[Glitch] Update reset.scss from upstream
-rw-r--r--app/javascript/flavours/glitch/styles/reset.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/reset.scss b/app/javascript/flavours/glitch/styles/reset.scss
index cc5ba9d7c..e24ba8c1c 100644
--- a/app/javascript/flavours/glitch/styles/reset.scss
+++ b/app/javascript/flavours/glitch/styles/reset.scss
@@ -53,9 +53,13 @@ table {
   border-spacing: 0;
 }
 
+html {
+  scrollbar-color: lighten($ui-base-color, 4%) transparent;
+}
+
 ::-webkit-scrollbar {
-  width: 8px;
-  height: 8px;
+  width: 12px;
+  height: 12px;
 }
 
 ::-webkit-scrollbar-thumb {