Verbreitere Kontaktfenster

This commit is contained in:
2026-03-23 10:03:43 +01:00
parent 49e01739f0
commit 35b3b6930f
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const positionFlyover = (trigger) => {
return;
}
const panelWidth = Math.min(420, window.innerWidth - 32);
const panelWidth = Math.min(546, window.innerWidth - 32);
const preferredLeft = rect.right + gap;
const maxLeft = window.innerWidth - panelWidth - gap;
const left = Math.min(preferredLeft, maxLeft);