feat: increase zIndex for WireLayer to improve overlay visibility
parent
00b0893186
commit
de60d339c9
|
|
@ -41,7 +41,7 @@ export const WireLayer: React.FC<WireLayerProps> = ({
|
|||
height: '100%',
|
||||
overflow: 'visible',
|
||||
pointerEvents: 'none',
|
||||
zIndex: 20,
|
||||
zIndex: 35,
|
||||
}}
|
||||
>
|
||||
{wires.map((wire) => (
|
||||
|
|
|
|||
Loading…
Reference in New Issue