mirror of
https://github.com/smittix/intercept.git
synced 2026-07-06 00:28:12 -07:00
7e50df25c9
The body > *:not(#bg-canvas) rule carried ID-level specificity (1,0,1) which overrode .lightbox's position:fixed and z-index:1000, leaving the overlay stuck in document flow and invisible. Excluding #lightbox from that rule lets the lightbox CSS take effect correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>