fix(ionContent): fix rare positioning bug when overflow-scroll is enabled

Closes #1281
This commit is contained in:
Andrew
2014-08-20 14:27:03 -06:00
parent 97e710e11a
commit 84b5e91975

View File

@@ -275,6 +275,11 @@ ion-infinite-scroll {
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;
.scroll {
position: static;