Fixes scroll and notification
This commit is contained in:
parent
2782baadb6
commit
7f2ce5d56c
3 changed files with 23 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue