56007f7479
The menu was positioned top:calc(100%+4px), leaving a 4px dead zone between the trigger and the menu that interrupted the :hover chain. Changed to top:100% with padding-top:6px + margin-top:-2px so the menu's hover area is contiguous with the trigger — no more needing to mouse over quickly to keep the dropdown open. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>