|
|
|
|
@ -52,7 +52,7 @@ const chooseStyle = (type: number) => { |
|
|
|
|
export const MobileAdWrapper = styled.div<Props>` |
|
|
|
|
position: relative; |
|
|
|
|
width: 100%; |
|
|
|
|
z-index: ${({ position }) => (includes(PLAYER_MOBILE_FULL_SCREEN, position) ? '101' : '100')}; |
|
|
|
|
z-index: ${({ position }) => (includes(PLAYER_MOBILE_FULL_SCREEN, position) ? '101' : '4')}; |
|
|
|
|
|
|
|
|
|
${({ position }) => chooseStyle(position)}; |
|
|
|
|
` |
|
|
|
|
|