From e5fae578abd6cfb35633527f5c6c88280419c7b6 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Tue, 10 Mar 2026 23:18:25 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20booking=20modal=20positioning=20?= =?UTF-8?q?=E2=80=94=20use=20portal=20to=20render=20in=20document.body?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also make header full-width (remove max-w-6xl constraint). Co-Authored-By: Claude Opus 4.6 --- src/components/layout/Header.tsx | 2 +- src/components/ui/BookingModal.tsx | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index adac84d..cd9610c 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -74,7 +74,7 @@ export function Header() { : "bg-transparent" }`} > -
+
)}
-
+
, + document.body ); }