mirror of
https://github.com/smittix/intercept.git
synced 2026-07-01 14:28:59 -07:00
f792f2b164
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>