Multi-day event span bars used grid-row/grid-column inside the same CSS grid as auto-placed day cells. The grid auto-placement algorithm skipped cells occupied by explicitly-placed spans, pushing day numbers to wrong positions. Fix: make .ev-span position:absolute with .grid position:relative. Absolutely-positioned grid children still use grid-row/column for their containing block but don't participate in layout flow. Also account for expanded day-detail rows when calculating span grid rows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cal-demo.ts | ||
| cal.css | ||
| folk-calendar-view.ts | ||