|
|
|
@ -5,7 +5,7 @@ import { buttonStyles } from 'features/MatchPopup/components/PlaylistButton' |
|
|
|
|
|
|
|
|
|
|
|
export const Wrapper = styled.div` |
|
|
|
export const Wrapper = styled.div` |
|
|
|
margin-top: 42px; |
|
|
|
margin-top: 42px; |
|
|
|
max-height: 86vh; |
|
|
|
max-height: calc(100vh - 170px); |
|
|
|
overflow-y: scroll; |
|
|
|
overflow-y: scroll; |
|
|
|
${customScrollbar} |
|
|
|
${customScrollbar} |
|
|
|
` |
|
|
|
` |
|
|
|
@ -13,7 +13,7 @@ export const Wrapper = styled.div` |
|
|
|
export const Container = styled.div` |
|
|
|
export const Container = styled.div` |
|
|
|
width: 288px; |
|
|
|
width: 288px; |
|
|
|
margin-left: 14px; |
|
|
|
margin-left: 14px; |
|
|
|
margin-right: 14px; |
|
|
|
margin-right: 10px; |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const DropdownWrapper = styled.div` |
|
|
|
export const DropdownWrapper = styled.div` |
|
|
|
|