fix: Chat-Button höher positioniert um Gridstack-Resize-Handle nicht zu verdecken

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-15 13:26:56 +01:00
Ursprung c1fd1ba839
Commit ed1b87437a

Datei anzeigen

@@ -4619,7 +4619,7 @@ a.map-popup-article:hover {
.chat-toggle-btn { .chat-toggle-btn {
position: fixed; position: fixed;
bottom: 24px; bottom: 80px;
right: 24px; right: 24px;
width: 52px; width: 52px;
height: 52px; height: 52px;
@@ -4650,7 +4650,7 @@ a.map-popup-article:hover {
.chat-window { .chat-window {
position: fixed; position: fixed;
bottom: 88px; bottom: 144px;
right: 24px; right: 24px;
width: 380px; width: 380px;
height: 520px; height: 520px;