feat(in-695): mobile ads fixes

pull/276/head
Margarita 2 years ago
parent 5e0b262839
commit f70fe23926
  1. 2
      src/components/Ads/components/MobileAd/styled.tsx

@ -52,7 +52,7 @@ const chooseStyle = (type: number) => {
export const MobileAdWrapper = styled.div<Props>` export const MobileAdWrapper = styled.div<Props>`
position: relative; position: relative;
width: 100%; 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)}; ${({ position }) => chooseStyle(position)};
` `

Loading…
Cancel
Save