mirror of
https://github.com/smittix/intercept.git
synced 2026-06-09 14:41:55 -07:00
536b762f97
The parent container has overflow:auto which clipped the absolutely positioned button. Changed to simple flexbox approach where: - Button is a normal flex child (always visible) - Content div collapses to width:0 when collapsed - Map expands to fill available space via flex Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>