Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit b25eaf0

Browse files
crisbetoThomasBurleson
authored andcommitted
fix(virtual-repeat): add -webkit-overflow-scrolling
Adds `-webkit-overflow-scrolling: touch` to the virtual repeater for a better scroll experience on touch devices. Fixes #5322. Closes #9163
1 parent f61d53e commit b25eaf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/virtualRepeat/virtual-repeater.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $virtual-repeat-scrollbar-width: 16px !default;
1818
position: absolute;
1919
right: 0;
2020
top: 0;
21+
-webkit-overflow-scrolling: touch;
2122
}
2223

2324
.md-virtual-repeat-sizer {

0 commit comments

Comments
 (0)