mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
7 lines
146 B
SCSS
7 lines
146 B
SCSS
|
.multichain-account-list-item-menu__popover {
|
||
|
z-index: $popover-in-modal-z-index;
|
||
|
overflow: hidden;
|
||
|
min-width: 225px;
|
||
|
max-width: 225px;
|
||
|
}
|