Skip to content

Commit

Permalink
Fix accounts menu styling (#8707)
Browse files Browse the repository at this point in the history
* fix accounts menu styling
  • Loading branch information
rekmarks authored Jun 1, 2020
1 parent d1cc2cc commit 9193522
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ui/app/components/app/account-menu/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@

&__accounts-container {
display: flex;
position: relative;
flex-direction: column;
z-index: 200;

@media (max-height: 600px) {
max-height: 236px;
}
}

&__accounts {
Expand Down Expand Up @@ -160,10 +165,6 @@
cursor: pointer;
}

&__accounts-container {
position: relative;
}

&__scroll-button {
position: absolute;
bottom: 12px;
Expand Down

0 comments on commit 9193522

Please sign in to comment.