fix zooming on large-width images (#1428)

This commit is contained in:
Danil Boldyrev 2023-12-15 22:37:11 +03:00 committed by GitHub
parent 179bcb2c4e
commit 059037eeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,10 @@
overflow:inherit !important;
}
.gradio-container{
overflow: visible;
}
/* fullpage image viewer */
#lightboxModal{