Waterfall Phase 1.2 - Add vertical grid lines for time visualization

This commit is contained in:
2025-12-28 02:32:38 +11:00
parent 50fee336c1
commit 600d231e7c
2 changed files with 11 additions and 1 deletions

View File

@@ -40,6 +40,15 @@
transform: translateX(-50%);
}
.grid-line {
position: absolute;
top: 25px;
bottom: 0;
width: 1px;
background: rgba(119, 119, 119, 0.15);
pointer-events: none;
}
.waterfall-row {
display: flex;
align-items: center;