Fix: pointer-events: none sur les lignes verticales
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-19 14:49:58 +01:00
parent a737fea100
commit 66afa1daad

View file

@ -18,6 +18,7 @@
z-index: var(--z-base); z-index: var(--z-base);
border-left: 0.1px solid rgba(238, 238, 238, 0.2); border-left: 0.1px solid rgba(238, 238, 238, 0.2);
height: 150%; height: 150%;
pointer-events: none;
} }
.vertical-line-start { .vertical-line-start {