Skip to content

Commit da597e8

Browse files
curtdpAkryum
authored andcommitted
docs: Add styles for kinetic scrolling on touch device in docs demo (#100)
1 parent 0635fa8 commit da597e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-src/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ body {
7575
background: #42b983;
7676
}
7777
78+
.vue-recycle-scroller {
79+
-webkit-overflow-scrolling: touch;
80+
}
81+
7882
.vue-recycle-scroller__item-container,
7983
.vue-recycle-scroller__item-wrapper {
8084
box-sizing: border-box;

0 commit comments

Comments
 (0)