fix(BOOK-711): Added isFloating prop to decide when the booking widget should have a border radius
Approved-by: Bianca Widstam
This commit is contained in:
@@ -56,7 +56,11 @@ export function FloatingBookingWidgetClient(props: Props) {
|
||||
ref={containerRef}
|
||||
>
|
||||
<div className={styles.floatingBackground}>
|
||||
<BookingWidgetClient {...props} type="compact" />
|
||||
<BookingWidgetClient
|
||||
{...props}
|
||||
type="compact"
|
||||
isFloating={!stickyTop}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user