We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5618fd commit 3b75dc3Copy full SHA for 3b75dc3
src/styles.module.css
@@ -1,4 +1,6 @@
1
.slides {
2
+ display: grid;
3
+ grid-auto-flow: column;
4
overflow-x: auto;
5
scroll-behavior: smooth;
6
scroll-snap-type: x mandatory;
0 commit comments