We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 911e5ba commit ff1f0f4Copy full SHA for ff1f0f4
example/style.js
@@ -1,6 +1,7 @@
1
export default `
2
width: 100%;
3
margin: auto;
4
+ touch-action: pan-x pan-y;
5
6
.content {
7
width: clamp(200px, 100%, 1000px);
src/style.js
@@ -18,7 +18,6 @@ export default `
18
19
.item-content {
20
flex: 1;
21
- touch-action: pan-x pan-y;
22
}
23
24
.dots-area {
0 commit comments