feat(SW-650): fix sticky bug on booking widget mob
This commit is contained in:
committed by
Erik Tiekstra
parent
20e3c9a35f
commit
63dbbac014
@@ -146,11 +146,10 @@ export default function BookingWidgetClient({
|
||||
|
||||
return (
|
||||
<FormProvider {...methods}>
|
||||
<section
|
||||
ref={bookingWidgetRef}
|
||||
className={styles.container}
|
||||
data-open={isOpen}
|
||||
>
|
||||
<section ref={bookingWidgetRef} className={styles.containerDesktop}>
|
||||
<Form locations={locations} type={type} />
|
||||
</section>
|
||||
<section className={styles.containerMobile} data-open={isOpen}>
|
||||
<button
|
||||
className={styles.close}
|
||||
onClick={closeMobileSearch}
|
||||
|
||||
Reference in New Issue
Block a user