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 {
|
.page, .main {
|
||||||
height:100%;
|
height:100%;
|
||||||
overflow-y: auto;
|
|
||||||
overflow-x: none;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1123,6 +1121,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -686,9 +686,10 @@ a.pin-button:active {
|
||||||
-webkit-transform: translate3d(-100%, 0, 0);
|
-webkit-transform: translate3d(-100%, 0, 0);
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
width:100%;
|
width:100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-bottom: 50px;
|
top: 46px;
|
||||||
height: 100%;
|
bottom: 80px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-in {
|
.tab-in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue