react-timeline-editor icon indicating copy to clipboard operation
react-timeline-editor copied to clipboard

Horizontal Row grid lines

Open parabuzzle opened this issue 1 year ago • 1 comments

Is it possible to add row borders? something similar to the vertical grid lines but horizontal to help visualize each row on the timeline?

parabuzzle avatar May 21 '23 20:05 parabuzzle

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.

parabuzzle avatar May 24 '23 00:05 parabuzzle