From ee3f6bede710f1def1754c5abe11ed1d193d3a1f Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Thu, 30 Dec 2021 14:16:31 +0100 Subject: [PATCH] fix(settings): fixed scrollbar for mobile --- src/pages/settings/Settings.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/settings/Settings.module.scss b/src/pages/settings/Settings.module.scss index ec70e7cf..b36917e0 100644 --- a/src/pages/settings/Settings.module.scss +++ b/src/pages/settings/Settings.module.scss @@ -45,7 +45,9 @@ .scrollbox { &::-webkit-scrollbar-thumb { + min-height: 150px; border-top: 56px solid transparent; + border-bottom: var(--bottom-navigation-height) solid transparent; } } @@ -117,6 +119,7 @@ // All children receive custom scrollbar. > * > ::-webkit-scrollbar-thumb { + min-height: 100px; width: 4px; background-clip: content-box; border-top: 80px solid transparent;