fix calendar-strip date max-height

This commit is contained in:
isUnknown 2024-09-12 13:11:54 +02:00
parent 27ded231b8
commit f2f28d9012

View file

@ -59,11 +59,11 @@
max-height: 0;
background-color: #fff;
z-index: 0;
transition: max-height 0.3s ease-in-out;
transition: max-height 0.5s ease-in-out;
border-bottom: var(--border);
}
.calendar-strip__date.open {
max-height: 20rem;
max-height: 50rem;
}
.calendar-strip .session {