Improves all-day event overflow handling

Ensures correct display of all-day events when collapsed or expanded.

Improves the transition between collapsed and expanded states by
adjusting the overflow event visibility.
This commit is contained in:
Janus C. H. Knudsen 2025-10-02 16:57:43 +02:00
parent 0bf369907b
commit 496be2f7ce
2 changed files with 47 additions and 42 deletions

View file

@ -379,11 +379,13 @@ swp-allday-container swp-event.max-event-indicator span {
}
swp-allday-container swp-event.max-event-overflow-show {
display: block;
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
swp-allday-container swp-event.max-event-overflow-hide {
display: none;
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
/* Hide time element for all-day styled events */