fix: v4.5.0 - cross-day drag (ghost element, no overflow issue); adaptive block labels; PDF fit_text truncation
Some checks failed
Build & Push Docker / build (push) Has been cancelled

This commit is contained in:
2026-02-20 19:11:05 +01:00
parent f7f2987f86
commit ad41f338f8
5 changed files with 155 additions and 113 deletions

View File

@@ -768,12 +768,6 @@ body {
position: relative;
}
/* Allow blocks to visually leave their row during cross-day drag */
.day-rows.dragging .day-row,
.day-rows.dragging .day-timeline {
overflow: visible;
}
/* Highlight the row being dragged over */
.day-timeline.drag-target {
background: #eff6ff;
@@ -781,6 +775,13 @@ body {
outline-offset: -2px;
}
/* Floating ghost shown during cross-day drag */
.drag-ghost {
border-radius: 4px;
pointer-events: none;
user-select: none;
}
.day-label {
display: flex;
align-items: center;