Merge pull request #2606 from cmgustavo/bug/scroll-noti
Fixes scroll and notification
This commit is contained in:
commit
5554edf376
2 changed files with 5 additions and 5 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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -686,9 +686,10 @@ a.pin-button:active {
|
|||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
width:100%;
|
||||
position: absolute;
|
||||
margin-bottom: 50px;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 46px;
|
||||
bottom: 80px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.tab-in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue