From 13054be3771543617290054948c42aac0db50801 Mon Sep 17 00:00:00 2001 From: MOHAN Date: Sat, 22 Aug 2026 01:27:19 +0530 Subject: [PATCH] fix: reposition WhatsApp floating button to avoid overlapping chat widget root.jsx already renders a support chat FAB at bottom:24px/right:24px; place the WhatsApp button beside it instead of underneath. Co-Authored-By: Claude Sonnet 5 --- app/components/WhatsAppButton.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/WhatsAppButton.jsx b/app/components/WhatsAppButton.jsx index 413ba29..8b56073 100644 --- a/app/components/WhatsAppButton.jsx +++ b/app/components/WhatsAppButton.jsx @@ -46,9 +46,9 @@ export function WhatsAppFloatingButton() { style={{ position: 'fixed', bottom: '24px', - right: '24px', - width: '56px', - height: '56px', + right: '92px', + width: '54px', + height: '54px', borderRadius: '50%', background: '#25D366', display: 'flex',