浏览代码

hide overflow of channel cover (#1152)

Klaudiusz Dembler 3 年之前
父节点
当前提交
8711861914
共有 1 个文件被更改,包括 1 次插入0 次删除
  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`