fix gap issue when keyboard shows up on collect email view

This commit is contained in:
Jamal Jackson 2016-10-04 12:51:11 -04:00
parent 32744f6ad1
commit e03bc8cf1d
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
} }
.scroll { .scroll {
height: 100%; height: 100%;
transform: translate3d(0px, 0px, 0px) scale(1) !important;
} }
#success-image { #success-image {
margin-top: 4rem; margin-top: 4rem;