mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 14:16:28 +03:00
Overlays are now created hidden and revealed by an IntersectionObserver (rootMargin: 99999px), so they automatically show/hide when their target becomes visible or invisible -- handles closed <details>, display:none, hidden modals, overflow:hidden clipping, etc. without polling. Adds overlay-positioning.html test fixture with 9 scenario groups covering transforms, closed details, sticky, overflow, position offsets, flex/grid, containing-block creators, and combinations. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>