fix scroll bar

This commit is contained in:
miloschwartz
2025-12-20 22:31:50 -05:00
parent 757b735d98
commit 0aa56d441e

View File

@@ -244,7 +244,7 @@ export default function LicensePage() {
{t("licenseActivateKeyDescription")}
</CredenzaDescription>
</CredenzaHeader>
<CredenzaBody>
<CredenzaBody className="overflow-y-hidden">
<Form {...form}>
<form
onSubmit={form.handleSubmit(onSubmit)}