mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24: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;
|
|
}
|
|
}
|
|
}
|