From f6a417c468ea7b75712872c4aae385575f6c9165 Mon Sep 17 00:00:00 2001 From: Rita Date: Wed, 7 Sep 2022 22:39:19 +0300 Subject: [PATCH] feat(ott-2774): video layout fix --- src/features/MatchSidePlaylists/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}