feat: update zIndex for PinOverlay and mark subproject commits as dirty

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

View File

@ -55,7 +55,7 @@ export const PinOverlay: React.FC<PinOverlayProps> = ({
left: `${componentX + wrapperOffsetX}px`,
top: `${componentY + wrapperOffsetY}px`,
pointerEvents: 'none',
zIndex: 10, // Above wires (1) and components, below modals/dialogs (1000+)
zIndex: 30, // Above wires (20) and components, below modals/dialogs (1000+)
}}
>
{pins.map((pin, index) => {