From 1174cb0d8e9e0c8ccd0b6c4cf82aa3bfca395a2c Mon Sep 17 00:00:00 2001 From: Olga Stogova Date: Fri, 24 May 2024 15:15:04 +0200 Subject: [PATCH] fix(atoms): fix max-height bug for the Booker component (#15195) --- packages/features/bookings/Booker/Booker.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/features/bookings/Booker/Booker.tsx b/packages/features/bookings/Booker/Booker.tsx index b08d88bc25..6e0e21ea77 100644 --- a/packages/features/bookings/Booker/Booker.tsx +++ b/packages/features/bookings/Booker/Booker.tsx @@ -322,13 +322,7 @@ const BookerComponent = ({ )} )} - + @@ -353,7 +347,7 @@ const BookerComponent = ({ /> {layout !== BookerLayouts.MONTH_VIEW && !(layout === "mobile" && bookerState === "booking") && ( -
+
)}