summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-08-12 13:11:43 +0200
committerLibravatar GitHub <noreply@github.com>2022-08-12 13:11:43 +0200
commitbfcd80a0f2eedb0a9380d4895aca91135c6d642f (patch)
tree17e1092b5497c71db9b05261d43b81e5c0a511bf
parent[frontend] Status styling tweaks (#751) (diff)
downloadgotosocial-bfcd80a0f2eedb0a9380d4895aca91135c6d642f.tar.xz
[frontend] Style scrollbars site-wide (not just in code) (#753)
-rw-r--r--web/source/css/base.css1
-rw-r--r--web/source/css/status.css1
2 files changed, 1 insertions, 1 deletions
diff --git a/web/source/css/base.css b/web/source/css/base.css
index 5f07fb847..ba9fef606 100644
--- a/web/source/css/base.css
+++ b/web/source/css/base.css
@@ -42,6 +42,7 @@ html, body {
background: $bg;
color: $fg;
font-family: "Noto Sans", sans-serif;
+ scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
}
body {
diff --git a/web/source/css/status.css b/web/source/css/status.css
index a25f02f6c..dd7ed174c 100644
--- a/web/source/css/status.css
+++ b/web/source/css/status.css
@@ -166,7 +166,6 @@ main {
border-radius: 0;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
- scrollbar-color: $sloth_orange1 $sloth_gray2_darker3;
}
}
}