altchecker/dist
Sascha f9cfa1c91e Fix labels becoming unclickable behind page overlays
Labels were inserted as normal DOM siblings with z-index set but
position left as the default "static" - z-index has no effect on
non-positioned elements, so any ancestor that establishes its own
stacking context (e.g. a position:relative logo wrapper with a
hover/link overlay, common in component libraries like Salesforce
LWC/SLDS) could paint over the label and swallow clicks intended for
it. Labels now get a real position:absolute anchored to the target
element's viewport position and are appended directly to
document.body, escaping any ancestor stacking context while still
scrolling correctly with the page.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-13 11:56:15 +02:00
..
alt-text-checker.min.js Fix labels becoming unclickable behind page overlays 2026-07-13 11:56:15 +02:00
bookmarklet.txt Fix labels becoming unclickable behind page overlays 2026-07-13 11:56:15 +02:00