fix: use absolute max-height for image
This commit is contained in:
parent
28d76eed45
commit
e85746ba7e
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ defineProps<Props>();
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100vh;
|
max-height: 35rem;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue