Fix: pointer-events: none sur les lignes verticales
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
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:
parent
a737fea100
commit
66afa1daad
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue