From ed1b87437ab041de4912024333c48e6aa14546f5 Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 13:26:56 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Chat-Button=20h=C3=B6her=20positioniert?= =?UTF-8?q?=20um=20Gridstack-Resize-Handle=20nicht=20zu=20verdecken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 2fbe9ec..d9c973f 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4619,7 +4619,7 @@ a.map-popup-article:hover { .chat-toggle-btn { position: fixed; - bottom: 24px; + bottom: 80px; right: 24px; width: 52px; height: 52px; @@ -4650,7 +4650,7 @@ a.map-popup-article:hover { .chat-window { position: fixed; - bottom: 88px; + bottom: 144px; right: 24px; width: 380px; height: 520px;