Skip to content

Commit

Permalink
fix: adjust slider height for embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
zacjones93 committed Oct 29, 2024
1 parent aeefa1b commit 8a8093d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
margin: 0 auto;
opacity: 100%;
max-width: 100vw;
}

.cueplayer-react [data-reach-slider-track][data-orientation=horizontal]:before {
height: 6px;
}

0 comments on commit 8a8093d

Please sign in to comment.