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 <noreply@anthropic.com>
This commit is contained in:
MOHAN 2026-08-22 01:27:19 +05:30
parent 0a4e09ac15
commit 13054be377

View File

@ -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',