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