Browse Source
The end slider's full-width invisible body (higher z-index) was intercepting all pointer events, preventing the start slider from receiving input. Fix by setting pointer-events: none on both range inputs and pointer-events: all on only the thumb pseudo-elements. Swap z-index so the start handle is on top when both thumbs overlap at position 0. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 21 additions and 6 deletions
Loading…
Reference in new issue