Fixes error on popups for legacy Android phones

This commit is contained in:
Matias Pando 2015-01-20 17:22:32 -03:00
commit 949a4656cf
2 changed files with 38 additions and 40 deletions

View file

@ -1401,6 +1401,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
dialog.small, .reveal-modal.small,
dialog.medium, .reveal-modal.medium,
dialog.large, .reveal-modal.large {
width:100%;
height: 100%;
overflow-y: auto;
}