Fixes scroll and notification

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-23 19:11:41 -03:00
commit 7f2ce5d56c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 23 additions and 22 deletions

View file

@ -123,8 +123,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
.page, .main {
height:100%;
overflow-y: auto;
overflow-x: none;
background-color: #fff;
}
@ -1123,6 +1121,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
font-size: 13px;
position: absolute;
opacity: 0.8;
z-index: 10;
}