mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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 {
|
&--full-width {
|
||||||
width: initial;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--full-height {
|
&--full-height {
|
||||||
height: 100%;
|
height: 100% !important;
|
||||||
|
max-height: initial !important;
|
||||||
|
min-height: initial !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__content {
|
&__content {
|
||||||
|
Loading…
Reference in New Issue
Block a user