From 9193522bd5f8062b4f3c501271149e0b8c88990d Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Mon, 1 Jun 2020 10:01:51 -0700 Subject: [PATCH] Fix accounts menu styling (#8707) * fix accounts menu styling --- ui/app/components/app/account-menu/index.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/app/components/app/account-menu/index.scss b/ui/app/components/app/account-menu/index.scss index 0f735d6fd..62f76e10c 100644 --- a/ui/app/components/app/account-menu/index.scss +++ b/ui/app/components/app/account-menu/index.scss @@ -53,8 +53,13 @@ &__accounts-container { display: flex; + position: relative; flex-direction: column; z-index: 200; + + @media (max-height: 600px) { + max-height: 236px; + } } &__accounts { @@ -160,10 +165,6 @@ cursor: pointer; } - &__accounts-container { - position: relative; - } - &__scroll-button { position: absolute; bottom: 12px;