Skip to content

Commit

Permalink
minor fix for image viewer modal
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 committed Dec 20, 2023
1 parent 3b00be1 commit ecc15d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/modals/ImageViewerModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ const Container = styled.div`
max-height: 75vh;
img {
width: auto;
height: auto;
object-fit: contain;
}
`;
Expand Down

0 comments on commit ecc15d1

Please sign in to comment.