fix overflow (#1661)

This commit is contained in:
pngwn 2022-06-29 15:19:57 +01:00 committed by GitHub
parent 3026b8f597
commit 8cfee0b86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}