fix: Help overlay CSS — inline styles + pointer-events #64
Reference in New Issue
Block a user
Delete Branch "fix/help-overlay-css"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Found During Testkit QA
Help overlay styles were in
style.csswhich is not imported or linked — dead code. The overlay toggled display:flex but had no visual styles applied.Fix
<style>blockpointer-events: autoto#help-hintand#help-overlay(required because#ui-overlayparent setspointer-events: none)Verified