mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
parent
d1cc2cc245
commit
9193522bd5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user