feat(ott-2774): video layout fix

keep-around/b214ac7012ef42593bee62c207888a2593bc5a38
Rita 3 years ago
parent aa902011f7
commit f6a417c468
  1. 2
      src/features/MatchSidePlaylists/styled.tsx

@ -35,7 +35,7 @@ export const Container = styled.div<TContainer>`
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}

Loading…
Cancel
Save