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:
parent
0a4e09ac15
commit
13054be377
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user