fix comment input hoverd by comment content

This commit is contained in:
hjlarry 2025-10-11 10:41:28 +08:00
parent c4d03bf378
commit 69cab0817f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const CommentInput: FC<CommentInputProps> = memo(({ position, onSubmit, o
return (
<div
className="absolute z-50 w-96"
className="absolute z-[60] w-96"
style={{
left: position.x,
top: position.y,