fix zooming on large-width images (#1428)

This commit is contained in:
Danil Boldyrev
2023-12-15 11:37:11 -08:00
committed by GitHub
parent 179bcb2c4e
commit 059037eeb2
+4
View File
@@ -94,6 +94,10 @@
overflow:inherit !important;
}
.gradio-container{
overflow: visible;
}
/* fullpage image viewer */
#lightboxModal{