feat: increase zIndex for WireLayer to improve overlay visibility

pull/47/head
David Montero Crespo 2026-03-14 23:13:52 -03:00
parent 00b0893186
commit de60d339c9
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export const WireLayer: React.FC<WireLayerProps> = ({
height: '100%',
overflow: 'visible',
pointerEvents: 'none',
zIndex: 20,
zIndex: 35,
}}
>
{wires.map((wire) => (