From a690cd618c9716450a0fd10f7789792d83eb3366 Mon Sep 17 00:00:00 2001 From: Austin Akers Date: Sat, 28 Aug 2021 17:46:00 -0700 Subject: [PATCH] fixed scrolling issue with many accounts --- ui/components/app/account-menu/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/app/account-menu/index.scss b/ui/components/app/account-menu/index.scss index 39c5b97f9..41a4453be 100644 --- a/ui/components/app/account-menu/index.scss +++ b/ui/components/app/account-menu/index.scss @@ -127,7 +127,7 @@ overflow-y: auto; position: relative; max-height: 256px; - scrollbar-width: none; + scrollbar-width: auto; &::-webkit-scrollbar { display: none;