diff options
author | catboxanon <122327233+catboxanon@users.noreply.github.com> | 2023-08-04 10:45:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 10:45:12 +0000 |
commit | daee41e0d64e51adaebbd0d6ba4ba85e0b59d0ae (patch) | |
tree | a43da3bf310f76091eab277b21a0fab4befbf10e /style.css | |
parent | a0e74c4db422532d1d945622c0a3bd5600330aeb (diff) | |
download | stable-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.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 */
|