aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-15 21:47:49 +0300
committerGitHub <noreply@github.com>2023-08-15 21:47:49 +0300
commita7f7701b64ad178f4cf8f075f66d8623304b8b4e (patch)
tree1213b312e5523331787120f7599ca145a10af55a
parentfd563e3274c18a436a942001c70e6225bdcfe276 (diff)
parent70833919314be39eede4dfa044b28484b12e8c86 (diff)
Merge pull request #12589 from catboxanon/fix/css-overflow
CSS: Remove forced visible overflow for Gradio group child divs
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index bdf0635a..d7f87f81 100644
--- a/style.css
+++ b/style.css
@@ -138,7 +138,7 @@ a{
}
/* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reqasaon. */
-.block.gradio-textbox, div.gradio-group, div.gradio-group div, div.gradio-dropdown{
+.block.gradio-textbox, div.gradio-group, div.gradio-dropdown{
overflow: visible !important;
}