Fix scrolling on mobile

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-17 15:47:13 -05:00
commit ff0578627f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -1407,10 +1407,11 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
.txModal {
background: #f6f7f9;
border-radius: 5px;
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
overflow: hidden;
z-index: 1100;
}