Skip to content

Commit aec6598

Browse files
committed
fix(scroll): remove overflow scroll hidden for iOS
1 parent 464c27c commit aec6598

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: scss/_scaffolding.scss

-4
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ ion-infinite-scroll {
214214
height: 100%;
215215
-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
216216
}
217-
218-
&.keyboard-up:not(.keyboard-up-confirm) {
219-
overflow: hidden;
220-
}
221217
}
222218

223219

0 commit comments

Comments
 (0)