From b34ccbb90421c4878c504ef40b15553992ae222d Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Thu, 28 May 2020 11:02:59 -0700 Subject: [PATCH] Fix Firefox account menu styling (#8681) * Fix Firefox account menu styling --- ui/app/components/app/account-menu/index.scss | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ui/app/components/app/account-menu/index.scss b/ui/app/components/app/account-menu/index.scss index f81ce278e..0f735d6fd 100644 --- a/ui/app/components/app/account-menu/index.scss +++ b/ui/app/components/app/account-menu/index.scss @@ -55,23 +55,22 @@ display: flex; flex-direction: column; z-index: 200; - scrollbar-width: none; - - max-height: 256px; - - @media screen and (max-width: 575px) { - max-height: 228px; - } } &__accounts { overflow-y: auto; position: relative; + max-height: 256px; + scrollbar-width: none; &::-webkit-scrollbar { display: none; } + @media screen and (max-width: 575px) { + max-height: 228px; + } + .keyring-label { margin-top: 5px; background-color: $dusty-gray;