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:
parent
9407747582
commit
f35bc1052a
@ -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;
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
@media screen and (max-width: 576px) {
|
||||
overflow-y: auto;
|
||||
max-height: 428px;
|
||||
max-height: 420px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user