diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-04 12:55:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 12:55:25 +0000 |
commit | f08a69e6295bd821bed11ad2bea2d29ee97ef4bc (patch) | |
tree | 35e56c8ba872861f30ace6959356e8b56562209d | |
parent | fadbab378183c654f3af35865022acbac877de24 (diff) | |
parent | daee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae (diff) | |
download | stable-diffusion-webui-gfx803-f08a69e6295bd821bed11ad2bea2d29ee97ef4bc.tar.gz stable-diffusion-webui-gfx803-f08a69e6295bd821bed11ad2bea2d29ee97ef4bc.tar.bz2 stable-diffusion-webui-gfx803-f08a69e6295bd821bed11ad2bea2d29ee97ef4bc.zip |
Merge pull request #12310 from catboxanon/fix/gradio-3-39-0-textbox-overflow
Fix Gradio 3.39.0 textbox overflow
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,6 +140,10 @@ div.styler{ background: var(--background-fill-primary);
}
+.block.gradio-textbox{
+ overflow: visible !important;
+}
+
/* general styled components */
|