Skip to content

Commit

Permalink
chore: remove area focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslam97 committed Aug 30, 2024
1 parent 545568d commit ca5e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const features = [
<MinimalTiptapOne
throttleDelay={2000}
className={cn('h-full min-h-0 w-full rounded-xl')}
editorContentClassName="overflow-auto"
editorContentClassName="overflow-auto h-full"
output="html"
placeholder="Comment here..."
immediatelyRender={true}
Expand Down

0 comments on commit ca5e98e

Please sign in to comment.