aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorcatboxanon <122327233+catboxanon@users.noreply.github.com>2023-08-04 10:45:12 +0000
committerGitHub <noreply@github.com>2023-08-04 10:45:12 +0000
commitdaee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae (patch)
treea43da3bf310f76091eab277b21a0fab4befbf10e /style.css
parenta0e74c4db422532d1d945622c0a3bd5600330aeb (diff)
downloadstable-diffusion-webui-gfx803-daee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae.tar.gz
stable-diffusion-webui-gfx803-daee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae.tar.bz2
stable-diffusion-webui-gfx803-daee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae.zip
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 */