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; return;
} }
const panelWidth = Math.min(420, window.innerWidth - 32); const panelWidth = Math.min(546, window.innerWidth - 32);
const preferredLeft = rect.right + gap; const preferredLeft = rect.right + gap;
const maxLeft = window.innerWidth - panelWidth - gap; const maxLeft = window.innerWidth - panelWidth - gap;
const left = Math.min(preferredLeft, maxLeft); const left = Math.min(preferredLeft, maxLeft);

View File

@@ -599,7 +599,7 @@ button {
position: absolute; position: absolute;
top: var(--flyover-top, 2rem); top: var(--flyover-top, 2rem);
left: var(--flyover-left, auto); left: var(--flyover-left, auto);
width: min(420px, calc(100vw - 2rem)); width: min(546px, calc(100vw - 2rem));
max-height: calc(100vh - 2rem); max-height: calc(100vh - 2rem);
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;