diff --git a/src/features/MatchSidePlaylists/styled.tsx b/src/features/MatchSidePlaylists/styled.tsx index abf3e580..20e72124 100644 --- a/src/features/MatchSidePlaylists/styled.tsx +++ b/src/features/MatchSidePlaylists/styled.tsx @@ -35,7 +35,7 @@ export const Container = styled.div` width: 320px; margin-top: 14px; padding: 0 10px 0 14px; - max-height: calc(100vh - 170px); + max-height: calc(100vh - 130px); overflow-y: ${({ forVideoTab }) => (forVideoTab ? 'hidden' : 'auto')}; ${customScrollbar}