diff --git a/workspaces/website/src/components/VideoPlayer/player-website/ChaptersPlaylist.tsx b/workspaces/website/src/components/VideoPlayer/player-website/ChaptersPlaylist.tsx index 440851dcf1f..62218bad630 100644 --- a/workspaces/website/src/components/VideoPlayer/player-website/ChaptersPlaylist.tsx +++ b/workspaces/website/src/components/VideoPlayer/player-website/ChaptersPlaylist.tsx @@ -44,6 +44,7 @@ export default function ChaptersPlaylist({ display={{ base: "flex", lg: "grid" }} maxH={{ base: "auto", lg: height }} gap={{ base: "40px", lg: "16px" }} + paddingBottom={{ base: "12px", lg: "0px" }} overflowY="auto" overflowX="auto" flexWrap="nowrap"