File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/components/action-sheet Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -110,9 +110,12 @@ $action-sheet-ios-button-cancel-font-weight: 600 !default;
110
110
background : $action-sheet-ios-background ;
111
111
112
112
// 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;
114
117
// 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);
116
119
}
117
120
118
121
.action-sheet-ios .action-sheet-group :first-child {
You can’t perform that action at this time.
0 commit comments