Replies: 1 comment
|
You can try something like this .ec-time-grid .ec-body .ec-sidebar {
background-size:
0 0,
100% 100%,
100% calc(var(--ec-slot-height) * var(--ec-slot-label-periodicity)),
2px 100%,
100% var(--ec-slot-height);
}
.ec-time-grid .ec-slot {
inset-block-start: .375em;
} |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hard to describe but if we could have an option to continue the horizontal time lines right to the far left like in FullCalendar that would be great:
Currently they stop before the time column:
All reactions