fix(BOOK-498): removed and changed z-index values to have booking widget overlapping correctly on mobile.
Approved-by: Bianca Widstam Approved-by: Hrishikesh Vaipurkar
This commit is contained in:
@@ -257,8 +257,8 @@ export default function BookingWidgetClient({
|
||||
</button>
|
||||
<Form type={type} onClose={closeMobileSearch} />
|
||||
</div>
|
||||
<div className={styles.backdrop} onClick={closeMobileSearch} />
|
||||
</section>
|
||||
<div className={styles.backdrop} onClick={closeMobileSearch} />
|
||||
</FormProvider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user