Skip to content

Commit c463b06

Browse files
committed
fix(action-sheet): remove ios inertia scroll to fix flicker
fixes ionic-team#13262
1 parent 5883da2 commit c463b06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/components/action-sheet/action-sheet.ios.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,12 @@ $action-sheet-ios-button-cancel-font-weight: 600 !default;
110110
background: $action-sheet-ios-background;
111111

112112
// scss-lint:disable VendorPrefix
113-
-webkit-overflow-scrolling: touch;
113+
// TODO Removing this temporarily because it causes a flicker
114+
// when there are not enough elements to overflow
115+
// https://github.com/ionic-team/ionic/issues/13262
116+
// -webkit-overflow-scrolling: touch;
114117
// Prevents borders from going outside of the container
115-
-webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
118+
// -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
116119
}
117120

118121
.action-sheet-ios .action-sheet-group:first-child {

0 commit comments

Comments
 (0)