Skip to content

Commit

Permalink
Add padding from scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBailaAndrade committed Dec 28, 2023
1 parent 74a11f8 commit a7a9b80
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 a7a9b80

Please sign in to comment.