react-timeline-editor
react-timeline-editor copied to clipboard
Horizontal Row grid lines
Is it possible to add row borders? something similar to the vertical grid lines but horizontal to help visualize each row on the timeline?
I think I answered this myself.. I set the css for the row with this:
.timeline-editor-edit-row {
border-bottom: 1px dashed #33333355;
}
It would still be nice to be able to set a horizontal row boarder with a prop.