fix zooming on large-width images (#1428)
This commit is contained in:
parent
179bcb2c4e
commit
059037eeb2
@ -94,6 +94,10 @@
|
|||||||
overflow:inherit !important;
|
overflow:inherit !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gradio-container{
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
/* fullpage image viewer */
|
/* fullpage image viewer */
|
||||||
|
|
||||||
#lightboxModal{
|
#lightboxModal{
|
||||||
|
Loading…
Reference in New Issue
Block a user