Expand gr.Image() dropzone to fill component
This commit is contained in:
@@ -139,6 +139,11 @@ a{
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.upload-container {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */
|
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */
|
||||||
div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
|
div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user