1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixing ever-present scrollbar issue on Swaps view (#11182)

* Fixing ever-present scrollbar issue on Swaps view

* Updating max-height
This commit is contained in:
ryanml 2021-05-27 10:27:18 -07:00 committed by Dan Miller
parent 9407747582
commit f35bc1052a
2 changed files with 2 additions and 6 deletions

View File

@ -31,11 +31,7 @@
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: scroll;
&--scrollable {
overflow: auto;
}
overflow-y: auto;
@media screen and (min-width: 576px) {
width: 460px;

View File

@ -22,7 +22,7 @@
@media screen and (max-width: 576px) {
overflow-y: auto;
max-height: 428px;
max-height: 420px;
}
}