Browse Source

hide overflow of channel cover (#1152)

Klaudiusz Dembler 3 years ago
parent
commit
8711861914
1 changed files with 1 additions and 0 deletions
  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`