mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-02 03:41:09 +01:00
[PM-5189] Fixing issue found in Safari with how the inline menu is re-positioned
This commit is contained in:
parent
22299ce4fb
commit
d9bce2bf45
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user