Skip to content

Commit

Permalink
[ design ] 모달 배경 꽉 차게
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jul 1, 2024
1 parent 3a49845 commit d7306b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/common/ToastModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ const ModalWrapper = styled.div`
position: fixed;
z-index: 2;
width: 32rem;
height: 100dvh;
width: 33rem;
height: 104vh;
margin-top: -4rem;
background-color: rgb(33 37 41 / 60%);
cursor: pointer;
Expand All @@ -71,7 +72,7 @@ const Modal = styled.aside`
width: 32rem;
/* TODO 이 패딩이 버튼 세개인 모달에 맞는 패딩 */
padding: 1.6rem 1.4rem 4.5rem;
padding: 1.6rem 1.8rem 4.5rem;
padding-top: 1.6rem;
background-color: ${({ theme }) => theme.colors.white};
Expand Down

0 comments on commit d7306b4

Please sign in to comment.