From 069d6f860ee6adbb04aca5ff3cd096cf183dcf3b Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 8 Apr 2026 13:24:29 +0100 Subject: [PATCH] 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 --- templates/index.html | 6 +++++- templates/partials/widgets/chat-widget.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index ec30d09..748463b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -50,7 +50,6 @@ {{template "contact-button" .}} {{template "zoom-toggle-button" .}} {{template "shortcuts-button" .}} - {{template "chat-widget" .}} @@ -62,6 +61,11 @@ {{template "contact-modal" .}} {{template "zoom-control" .}} + + + + {{template "chat-widget" .}} + diff --git a/templates/partials/widgets/chat-widget.html b/templates/partials/widgets/chat-widget.html index 223977a..852b4b1 100644 --- a/templates/partials/widgets/chat-widget.html +++ b/templates/partials/widgets/chat-widget.html @@ -3,7 +3,7 @@