We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 103fd97 + 760fcb5 commit fd2370bCopy full SHA for fd2370b
src/lib/lines/VerticalLines.jsx
@@ -38,7 +38,7 @@ export default class VerticalLines extends Component {
38
<div key={`line-${time.valueOf()}`}
39
className={classNames}
40
style={{
41
- top: `${lineHeight * 2}px`,
+ top: `${headerHeight}px`,
42
left: `${left + leftPush}px`,
43
width: `${labelWidth}px`,
44
height: `${height - headerHeight}px`
0 commit comments