diff --git a/style.css b/style.css index 55736a895..224992a00 100644 --- a/style.css +++ b/style.css @@ -139,6 +139,11 @@ a{ 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. */ div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{ overflow: visible !important;