mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-03 14:44:27 +01:00
8 lines
114 B
SCSS
8 lines
114 B
SCSS
|
.edit-gas-popover {
|
||
|
&__wrapper {
|
||
|
@media screen and (min-width: 576px) {
|
||
|
max-height: 84vh;
|
||
|
}
|
||
|
}
|
||
|
}
|