Skip to content

Commit

Permalink
fix(scroll): remove overflow scroll hidden for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jan 8, 2016
1 parent 464c27c commit aec6598
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ ion-infinite-scroll {
height: 100%;
-webkit-transform: translate3d(0, 0, 0); // fix iOS bug where relative children of scroller disapear while scrolling. see: http://stackoverflow.com/questions/9807620/ipad-safari-scrolling-causes-html-elements-to-disappear-and-reappear-with-a-dela
}

&.keyboard-up:not(.keyboard-up-confirm) {
overflow: hidden;
}
}


Expand Down

0 comments on commit aec6598

Please sign in to comment.