mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
fix user cursor should not over the panel
This commit is contained in:
parent
5cf3d9e4d9
commit
f0a2eb843c
@ -37,7 +37,7 @@ const UserCursors: FC<UserCursorsProps> = ({
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
key={userId}
|
key={userId}
|
||||||
className="pointer-events-none absolute z-[10000] transition-all duration-150 ease-out"
|
className="pointer-events-none absolute z-[8] transition-all duration-150 ease-out"
|
||||||
style={{
|
style={{
|
||||||
left: screenPos.x,
|
left: screenPos.x,
|
||||||
top: screenPos.y,
|
top: screenPos.y,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user