fixed scrolling issues
This commit is contained in:
@@ -38,7 +38,7 @@ function onSubmit(values: { text: string }, { resetForm }: { resetForm: () => vo
|
||||
<Form :validation-schema="commentSchema" @submit="onSubmit">
|
||||
<FormField name="text" v-slot="{ componentField }">
|
||||
<FormItem>
|
||||
<FormLabel class="sr-only">Comment</FormLabel>
|
||||
<FormLabel>Comment</FormLabel>
|
||||
<FormControl>
|
||||
<Textarea v-bind="componentField" rows="3" placeholder="Write a comment…"
|
||||
class="bg-neutral-800 resize-none w-full" />
|
||||
|
||||
Reference in New Issue
Block a user