fix: isolate chat button from fixed-btn stack to ensure right position

- Move chat-widget outside the floating buttons section in index.html
- Remove fixed-btn class from toggle button (was inheriting left-side
  positioning from the button stack's mobile flex layout)
- Chat widget now renders independently just before body-scripts
This commit is contained in:
juanatsap
2026-04-08 13:24:29 +01:00
parent 94976e1c19
commit 069d6f860e
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -50,7 +50,6 @@
{{template "contact-button" .}}
{{template "zoom-toggle-button" .}}
{{template "shortcuts-button" .}}
{{template "chat-widget" .}}
<!-- ============================================ -->
<!-- MODALS -->
@@ -62,6 +61,11 @@
{{template "contact-modal" .}}
{{template "zoom-control" .}}
<!-- ============================================ -->
<!-- CV ASSISTANT (independent of button stack) -->
<!-- ============================================ -->
{{template "chat-widget" .}}
<!-- ============================================ -->
<!-- SCRIPTS & ANALYTICS -->
<!-- ============================================ -->