order details sheet: incrase sensitive area for swiping

This commit is contained in:
2025-11-05 14:44:10 +03:00
parent 14146789ae
commit fe43b72953

View File

@@ -114,22 +114,23 @@ export default function RestaurantPage() {
is_booking_enabled={restaurant?.is_booking_enabled === 1}
params={{ id: "1", locale: "en" }}
/>
<div className={styles.promotionContainer}>
<Ads1 />
</div>
<div
ref={containerRef}
onTouchStart={handleTouchStart}
onTouchEnd={handleTouchEnd}
className={styles.socialIconsContainer}
>
<div className={styles.promotionContainer}>
<Ads1 />
</div>
<div className={styles.socialIconsContainer}>
<InstagramIcon className={styles.socialIcon} />
<XIcon className={styles.socialIcon} />
<SnapIcon className={styles.socialIcon} />
<JIcon className={styles.socialIcon} />
</div>
</div>
</div>
{/* Order Details Bottom Sheet - Moved outside the container */}
<OrderDetailsBottomSheet