Skip to content

Commit aa40a87

Browse files
authored
Merge pull request #123 from BKWLD/remove-console-log
Remove console log
2 parents 2081a94 + 035a56b commit aa40a87

File tree

3 files changed

+240
-146
lines changed

3 files changed

+240
-146
lines changed

index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,11 @@
164164
overflow: hidden;
165165
}
166166
.ssr-carousel-mask:not(.disabled):not(.not-draggable) {
167+
cursor: -webkit-grab;
167168
cursor: grab;
168169
}
169170
.ssr-carousel-mask:not(.disabled):not(.not-draggable).pressing {
171+
cursor: -webkit-grabbing;
170172
cursor: grabbing;
171173
}
172174
.ssr-carousel-visually-hidden {

0 commit comments

Comments
 (0)