mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 09:23:21 +01:00
Fix scrolling in Deposit Ether modal (#4336)
This commit is contained in:
parent
ed01c6c826
commit
df38b0f307
@ -191,11 +191,13 @@ input.large-input {
|
||||
}
|
||||
|
||||
&--full-width {
|
||||
width: initial;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
&--full-height {
|
||||
height: 100%;
|
||||
height: 100% !important;
|
||||
max-height: initial !important;
|
||||
min-height: initial !important;
|
||||
}
|
||||
|
||||
&__content {
|
||||
|
Loading…
Reference in New Issue
Block a user