Skip to content

Commit

Permalink
fix: scroll selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 2, 2024
1 parent dc7ec8b commit 47471b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = {
},
"scroll": {
"import": "@cocreate/scroll",
"selector": "[scroll], [scroll-to]"
"selector": "[scroll], [scroll-to], [scrollable-x], [scrollable-y]"
},
"resize": {
"import": "@cocreate/resize",
Expand Down

0 comments on commit 47471b3

Please sign in to comment.