mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
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>