1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00

Fix scrolling in Deposit Ether modal (#4336)

This commit is contained in:
Alexander Tseung 2018-05-23 14:26:25 -07:00 committed by GitHub
parent ed01c6c826
commit df38b0f307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {