Skip to content

Commit

Permalink
Merge pull request #119 from BKWLD/add-option-to-render-track-as-unor…
Browse files Browse the repository at this point in the history
…dered-list

Add option to render the carousel track as an unordered list
  • Loading branch information
weotch authored Mar 20, 2023
2 parents 50bf943 + 36fdd99 commit 4e48a72
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 142 deletions.
2 changes: 2 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@
overflow: hidden;
}
.ssr-carousel-mask:not(.disabled):not(.not-draggable) {
cursor: -webkit-grab;
cursor: grab;
}
.ssr-carousel-mask:not(.disabled):not(.not-draggable).pressing {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.ssr-carousel-visually-hidden {
Expand Down
Loading

0 comments on commit 4e48a72

Please sign in to comment.