1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix Firefox account menu styling (#8681)

* Fix Firefox account menu styling
This commit is contained in:
Erik Marks 2020-05-28 11:02:59 -07:00 committed by GitHub
parent fbe16e8a5f
commit b34ccbb904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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