mirror of
https://github.com/langgenius/dify.git
synced 2026-04-04 14:10:41 +08:00
fix comment input hoverd by comment content
This commit is contained in:
parent
c4d03bf378
commit
69cab0817f
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user