소스 검색

fix overflow on background pattern

drillprop 4 년 전
부모
커밋
ae609d4399
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/BackgroundPattern.tsx

+ 1 - 1
src/components/BackgroundPattern.tsx

@@ -14,7 +14,7 @@ const StyledBackgroundPatternContainer = styled.div`
   top: 0;
   width: 100%;
   height: 90vh;
-  overflow-x: hidden;
+  overflow: hidden;
   z-index: ${zIndex.background};
   &.${transitions.names.fade}-exit-active {
     z-index: ${zIndex.farBackground};