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:
parent
fbe16e8a5f
commit
b34ccbb904
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user