Explorar o código

hide overflow of channel cover (#1152)

Klaudiusz Dembler %!s(int64=3) %!d(string=hai) anos
pai
achega
8711861914
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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`