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 1c1509d commit a7fbd65Copy full SHA for a7fbd65
index.css
@@ -164,9 +164,11 @@
164
overflow: hidden;
165
}
166
.ssr-carousel-mask:not(.disabled):not(.not-draggable) {
167
+ cursor: -webkit-grab;
168
cursor: grab;
169
170
.ssr-carousel-mask:not(.disabled):not(.not-draggable).pressing {
171
+ cursor: -webkit-grabbing;
172
cursor: grabbing;
173
174
.ssr-carousel-visually-hidden {
0 commit comments