Frontmatter
| id | 2446 |
| title | calendar.view.week.EventDragZone: add the event overflow logic |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 22, 2021, 8:18 PM |
| updatedAt | Jun 24, 2021, 2:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2446 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 24, 2021, 2:30 PM |
calendar.view.week.EventDragZone: add the event overflow logic
tobiu assigned to @tobiu on Jun 22, 2021, 8:18 PM

tobiu
Jun 24, 2021, 2:30 PM
If the height is too little, the title moves into the first “row”

it gets more tricky in case we show end times:

In case height is “one row”, move the title to the top as well and do not show the end time at all (otherwise the title is too short) for a height of “two rows”: keep the title inside the first row, the end time inside the next row:

tobiu closed this issue on Jun 24, 2021, 2:30 PM
this one is complicated, since we need 2 different versions of the overflow styling:
since
has()css selectors are not available yet, we need to add a second css selector to apply different stylings.