From 291d45622bab7189a05e09f4b316898e261da865 Mon Sep 17 00:00:00 2001 From: HotelSync Date: Sun, 12 Apr 2026 02:00:31 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20widget=20embed=20=E2=80=94=20hide=20scro?= =?UTF-8?q?llbar=20in=20iframe=20mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/BookingWidgetStandalonePage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/BookingWidgetStandalonePage.tsx b/src/pages/BookingWidgetStandalonePage.tsx index 2be5b99..ad9e543 100644 --- a/src/pages/BookingWidgetStandalonePage.tsx +++ b/src/pages/BookingWidgetStandalonePage.tsx @@ -79,7 +79,9 @@ export function BookingWidgetStandalonePage() { if (isEmbed) { return ( -
+ <> + +
+ ) }