fix calendar-strip date max-height
This commit is contained in:
parent
27ded231b8
commit
f2f28d9012
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue