From f2f28d9012fc254f567aef09e34a96d2d512edf9 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 12 Sep 2024 13:11:54 +0200 Subject: [PATCH] fix calendar-strip date max-height --- assets/css/src/calendar-strip.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/src/calendar-strip.css b/assets/css/src/calendar-strip.css index 96772ab..d58953c 100644 --- a/assets/css/src/calendar-strip.css +++ b/assets/css/src/calendar-strip.css @@ -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 {