mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
parent
d1cc2cc245
commit
9193522bd5
@ -53,8 +53,13 @@
|
|||||||
|
|
||||||
&__accounts-container {
|
&__accounts-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: relative;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
|
||||||
|
@media (max-height: 600px) {
|
||||||
|
max-height: 236px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__accounts {
|
&__accounts {
|
||||||
@ -160,10 +165,6 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__accounts-container {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__scroll-button {
|
&__scroll-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 12px;
|
bottom: 12px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user