Skip to content

Commit

Permalink
style: (#713) 이미지 반응형 되도록 CSS 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilpop8663 committed Oct 6, 2023
1 parent 4472e32 commit 0b634e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/components/common/ImageZoomModal/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export const CloseButton = styled.button`
export const Dialog = styled.dialog`
position: fixed;
width: min(fit-content, 50vw);
height: 100%;
max-height: 80vh;
margin: auto;
overflow: visible;
Expand All @@ -63,6 +60,7 @@ export const Container = styled.div`
export const Image = styled.img`
width: 100%;
height: 100%;
max-height: 80vh;
object-fit: contain;
`;
Expand Down

0 comments on commit 0b634e7

Please sign in to comment.