mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
[PM-5189] Fixing issue found in Safari with how the inline menu is re-positioned
This commit is contained in:
@@ -692,7 +692,7 @@ export class OverlayBackground implements OverlayBackgroundInterface {
|
||||
const message = { command: "fadeInAutofillInlineMenuIframe" };
|
||||
this.inlineMenuButtonPort?.postMessage(message);
|
||||
this.inlineMenuListPort?.postMessage(message);
|
||||
}, 125);
|
||||
}, 150);
|
||||
}
|
||||
|
||||
private clearInlineMenuFadeInTimeout() {
|
||||
|
||||
@@ -314,7 +314,7 @@ export class AutofillInlineMenuIframeService implements AutofillInlineMenuIframe
|
||||
|
||||
this.fadeInTimeout = globalThis.setTimeout(() => {
|
||||
this.updateElementStyles(this.iframe, { display: "block", opacity: "1" });
|
||||
}, 50);
|
||||
}, 25);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user