mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 06:49:45 +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 (
|
||||
<div
|
||||
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={{
|
||||
left: screenPos.x,
|
||||
top: screenPos.y,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user