From 10d220182de3c8a977c318afa72a736e70487578 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Mon, 23 Aug 2021 12:18:45 -0400 Subject: [PATCH] Hides the little black square at the corner of preferences --- stylesheets/components/Preferences.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/components/Preferences.scss b/stylesheets/components/Preferences.scss index ae33618575..fb8ab9b1c2 100644 --- a/stylesheets/components/Preferences.scss +++ b/stylesheets/components/Preferences.scss @@ -114,6 +114,10 @@ height: 100vh; overflow: scroll; width: 100%; + + &::-webkit-scrollbar-corner { + background: transparent; + } } &__title {