diff --git a/src/app/(content)/lessons/[slug]/embed/_components/embed-lesson.css b/src/app/(content)/lessons/[slug]/embed/_components/embed-lesson.css index 606949a79..ca41c4017 100644 --- a/src/app/(content)/lessons/[slug]/embed/_components/embed-lesson.css +++ b/src/app/(content)/lessons/[slug]/embed/_components/embed-lesson.css @@ -11,4 +11,8 @@ margin: 0 auto; opacity: 100%; max-width: 100vw; +} + +.cueplayer-react [data-reach-slider-track][data-orientation=horizontal]:before { + height: 6px; } \ No newline at end of file