diff --git a/packages/booking-flow/lib/components/EnterDetails/Payment/BookingAlert/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Payment/BookingAlert/index.tsx index 8f9a33de2..4a39d1532 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Payment/BookingAlert/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Payment/BookingAlert/index.tsx @@ -129,6 +129,7 @@ export default function BookingAlert({ isVisible = false }: BookingAlertProps) { const el = ref.current if (showAlert && el) { + document.documentElement.style.overflow = "" window.scrollTo({ top: el.offsetTop - getTopOffset(), behavior: "smooth",