Verbreitere Kontaktfenster
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user