Removed full height which incorrectly limited height in booker sidebar. Tested in Chrome, FF and Safari. (#9628)

pull/9511/head
Jeroen Reumkens 2023-06-19 15:14:51 +02:00 committed by GitHub
parent 43647a797f
commit 84ad133077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ const BookerComponent = ({
)}>
<BookerSection
area="meta"
className="max-w-screen flex h-full w-full flex-col md:w-[var(--booker-meta-width)]">
className="max-w-screen flex w-full flex-col md:w-[var(--booker-meta-width)]">
<EventMeta />
{layout !== BookerLayouts.MONTH_VIEW &&
!(layout === "mobile" && bookerState === "booking") && (