mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
fix overflow (#1661)
This commit is contained in:
parent
3026b8f597
commit
8cfee0b86a
@ -13,7 +13,7 @@
|
||||
class:bg-gray-50={variant === "panel"}
|
||||
class:p-2={variant === "panel"}
|
||||
class:rounded-lg={variant === "panel"}
|
||||
class="flex flex-col gr-gap gr-form-gap relative col w-full {create_classes(
|
||||
class="overflow-hidden flex flex-col gr-gap gr-form-gap relative col w-full {create_classes(
|
||||
style
|
||||
)}"
|
||||
class:!hidden={!visible}
|
||||
|
Loading…
x
Reference in New Issue
Block a user