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:
parent
0bf369907b
commit
496be2f7ce
2 changed files with 47 additions and 42 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue