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

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