[ui] fix img overflow on annotorious enable

feat/vaults
Tomáš Mládek 2022-02-12 14:32:35 +01:00
parent 36b1e8db9f
commit fd0b4a53d2
No known key found for this signature in database
GPG Key ID: 65E225C8B3E2ED8A
1 changed files with 2 additions and 1 deletions

View File

@ -48,9 +48,10 @@
.image-viewer {
height: 100%;
text-align: center;
& > *,
img {
max-width: 100%;
max-height: 100%;
max-height: var(--preview-height);
}
}