Skip to content

Commit

Permalink
detect if we are rendering a tablist
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoswilson committed Jun 7, 2023
1 parent 1c1509d commit a7fbd65
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 149 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 a7fbd65

Please sign in to comment.