diff options
author | 2022-08-12 13:11:43 +0200 | |
---|---|---|
committer | 2022-08-12 13:11:43 +0200 | |
commit | bfcd80a0f2eedb0a9380d4895aca91135c6d642f (patch) | |
tree | 17e1092b5497c71db9b05261d43b81e5c0a511bf | |
parent | [frontend] Status styling tweaks (#751) (diff) | |
download | gotosocial-bfcd80a0f2eedb0a9380d4895aca91135c6d642f.tar.xz |
[frontend] Style scrollbars site-wide (not just in code) (#753)
-rw-r--r-- | web/source/css/base.css | 1 | ||||
-rw-r--r-- | web/source/css/status.css | 1 |
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; } } } |