mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
11 lines
144 B
SCSS
11 lines
144 B
SCSS
.multichain-account-menu-popover {
|
|
.popover-content {
|
|
border-radius: 0;
|
|
}
|
|
|
|
&__list {
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
}
|
|
}
|