aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-04 15:55:25 +0300
committerGitHub <noreply@github.com>2023-08-04 15:55:25 +0300
commitf08a69e6295bd821bed11ad2bea2d29ee97ef4bc (patch)
tree35e56c8ba872861f30ace6959356e8b56562209d /style.css
parentfadbab378183c654f3af35865022acbac877de24 (diff)
parentdaee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae (diff)
Merge pull request #12310 from catboxanon/fix/gradio-3-39-0-textbox-overflow
Fix Gradio 3.39.0 textbox overflow
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 86b4f61e..14e6c011 100644
--- a/style.css
+++ b/style.css
@@ -140,6 +140,10 @@ div.styler{
background: var(--background-fill-primary);
}
+.block.gradio-textbox{
+ overflow: visible !important;
+}
+
/* general styled components */