1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix accounts menu styling (#8707)

* fix accounts menu styling
This commit is contained in:
Erik Marks 2020-06-01 10:01:51 -07:00 committed by GitHub
parent d1cc2cc245
commit 9193522bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;