Removed full height which incorrectly limited height in booker sidebar. Tested in Chrome, FF and Safari. (#9628)
parent
43647a797f
commit
84ad133077
|
@ -144,7 +144,7 @@ const BookerComponent = ({
|
||||||
)}>
|
)}>
|
||||||
<BookerSection
|
<BookerSection
|
||||||
area="meta"
|
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 />
|
<EventMeta />
|
||||||
{layout !== BookerLayouts.MONTH_VIEW &&
|
{layout !== BookerLayouts.MONTH_VIEW &&
|
||||||
!(layout === "mobile" && bookerState === "booking") && (
|
!(layout === "mobile" && bookerState === "booking") && (
|
||||||
|
|
Loading…
Reference in New Issue