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);
|
||||
|
||||
Reference in New Issue
Block a user