소스 검색

fix modal scroll

AykutSarac 2 년 전
부모
커밋
3fe467c2b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Modal/styles.tsx

+ 1 - 1
src/components/Modal/styles.tsx

@@ -45,7 +45,7 @@ export const ContentWrapper = styled.div`
   color: ${({ theme }) => theme.TEXT_NORMAL};
   background: ${({ theme }) => theme.MODAL_BACKGROUND};
   padding: 16px;
-  overflow: hidden scroll;
+  overflow: hidden auto;
 `;
 
 export const ControlsWrapper = styled.div`