commit bfcd80a0f2eedb0a9380d4895aca91135c6d642f parent 3f626c8ee89e5533b81ecfe5971a98728fb050f4 Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 12 Aug 2022 13:11:43 +0200 [frontend] Style scrollbars site-wide (not just in code) (#753) Diffstat:
M | web/source/css/base.css | | | 1 | + |
M | web/source/css/status.css | | | 1 | - |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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 @@ -166,7 +166,6 @@ main { border-radius: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; - scrollbar-color: $sloth_orange1 $sloth_gray2_darker3; } } }