mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
scrollbar-width: none;
|
|
||||||
|
|
||||||
max-height: 256px;
|
|
||||||
|
|
||||||
@media screen and (max-width: 575px) {
|
|
||||||
max-height: 228px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__accounts {
|
&__accounts {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
max-height: 256px;
|
||||||
|
scrollbar-width: none;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 575px) {
|
||||||
|
max-height: 228px;
|
||||||
|
}
|
||||||
|
|
||||||
.keyring-label {
|
.keyring-label {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
background-color: $dusty-gray;
|
background-color: $dusty-gray;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user