Browse Source
Nodes with `position: relative` on inner wrappers (e.g. image wrapper needing it for its remove button) caused left-side handles to render behind the wrapper due to CSS painting order. Adding z-index: 5 to all handles ensures they always paint above node content. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue