Quick fix: File height overflow (#7507)

* quick fix

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Dawood Khan 2024-02-22 14:11:26 -05:00 committed by GitHub
parent 8f050eedbc
commit 9c36572e32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/file": patch
"gradio": patch
---
fix:Quick fix: File height overflow

View File

@ -115,6 +115,10 @@
color: var(--body-text-color);
}
.file-preview-holder {
overflow: auto;
}
.file {
display: flex;
width: var(--size-full);