Skip to content

Commit

Permalink
Add padding from scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade authored and nuno-aac committed Jan 2, 2024
1 parent f1258fe commit 4f5898e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4f5898e

Please sign in to comment.