Explorar o código

fix modal scroll

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