Skip to content

Commit

Permalink
fix: remove -webkit-overflow-scrolling style setting (#3737) (#3738)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatu Lund <tatu@vaadin.com>
  • Loading branch information
vaadin-bot and TatuLund committed Apr 27, 2022
1 parent 485eef6 commit f58fa8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/grid/src/vaadin-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -951,8 +951,6 @@ class Grid extends ElementMixin(

requestAnimationFrame(() => {
this.__scrollToPendingIndex();
// This needs to be set programmatically in order to avoid an iOS 10 bug (disappearing grid)
this.$.table.style.webkitOverflowScrolling = 'touch';
});
}
}
Expand Down

0 comments on commit f58fa8b

Please sign in to comment.