lightbox image scaling fix

This commit is contained in:
DepFA 2022-09-19 16:53:40 +01:00 committed by AUTOMATIC1111
parent 01c93a8400
commit dd911a47b3
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ input[type="range"]{
}
.modalImageFullscreen {
max-width: max-content;
object-fit: contain;
height: 90%;
}