1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

[PM-5189] Fixing issue within Safari relating to repositioning elements from outer frame

This commit is contained in:
Cesar Gonzalez
2024-06-25 15:40:16 -05:00
parent 738bd7e7e5
commit 556b83cd33

View File

@@ -1058,7 +1058,7 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
*/
private setOverlayRepositionEventListeners() {
const handler = this.useEventHandlersMemo(
throttle(this.handleOverlayRepositionEvent, 800),
throttle(this.handleOverlayRepositionEvent, 900),
AUTOFILL_OVERLAY_HANDLE_REPOSITION,
);
globalThis.addEventListener(EVENTS.SCROLL, handler, {