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.
1 parent 103fd97 commit 760fcb5Copy full SHA for 760fcb5
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