Skip to content

Commit 96b7af5

Browse files
committed
Test: 测试手机触控支持
1 parent 3420940 commit 96b7af5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package/config/horizontalTopScrollBarOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// options config: https://github.com/KingSora/OverlayScrollbars
22
export default {
33
scrollbars: {
4-
theme: 'os-theme-x'
4+
theme: 'os-theme-x',
5+
touchSupport: true
56
},
67
overflow: {
78
x: 'scroll',

package/config/scrollbarOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// options config: https://github.com/KingSora/OverlayScrollbars
22
export default {
33
scrollbars: {
4-
theme: 'os-theme-custom'
4+
theme: 'os-theme-custom',
5+
touchSupport: true
56
}
67
};

0 commit comments

Comments
 (0)