Selaa lähdekoodia

hide overflow of channel cover (#1152)

Klaudiusz Dembler 3 vuotta sitten
vanhempi
commit
8711861914
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/shared/components/ChannelCover/ChannelCover.style.ts

+ 1 - 0
src/shared/components/ChannelCover/ChannelCover.style.ts

@@ -26,6 +26,7 @@ export const Media = styled.div`
   padding-top: 25%;
   position: relative;
   z-index: ${zIndex.background};
+  overflow: hidden;
 `
 
 export const CoverImage = styled.img`