@ -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}