We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a17be commit b339e89Copy full SHA for b339e89
src/components/editor/image-viewer.tsx
@@ -14,6 +14,7 @@ export const ImageViewer = styled((p: {
14
/>)`
15
display: block;
16
max-width: 100%;
17
+ max-height: 100%;
18
margin: 0 auto;
19
object-fit: scale-down;
20
`;
0 commit comments