Skip to content

Commit 51579a0

Browse files
committed
fix: scroll selectors
1 parent 0cc2e6f commit 51579a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoCreate.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module.exports = {
158158
},
159159
"scroll": {
160160
"import": "@cocreate/scroll",
161-
"selector": "[scroll], [scroll-to]"
161+
"selector": "[scroll], [scroll-to], [scrollable-x], [scrollable-y]"
162162
},
163163
"resize": {
164164
"import": "@cocreate/resize",

0 commit comments

Comments
 (0)