Skip to content

Commit

Permalink
fix(ionContent): fix rare positioning bug when overflow-scroll is ena…
Browse files Browse the repository at this point in the history
…bled

Closes #1281
  • Loading branch information
ajoslin committed Aug 20, 2014
1 parent 97e710e commit 84b5e91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84b5e91

Please sign in to comment.