Skip to content

Commit

Permalink
✨ Feature: 모달에서 가운데 정렬을 한다면, overflow시 위의 content가 잘리기때문에 제거(#14)
Browse files Browse the repository at this point in the history
세로 가운데 정렬을 한다면, overflow-y시 위의 content가 잘리기 때문에 display:flex속성을 제거함
  • Loading branch information
jinn2u committed Apr 24, 2022
1 parent 31b9bdd commit 1b79830
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/Modal/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export const Wrapper = styled.div`
top: 50%;
left: 50%;
z-index: 100001;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
background-color: white;
border-radius: 10px;
Expand Down

0 comments on commit 1b79830

Please sign in to comment.