1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 01:53:23 +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:08:20 -05:00
parent 9d5dd6567a
commit 738bd7e7e5
3 changed files with 42 additions and 6 deletions

View File

@@ -54,6 +54,8 @@ export const SEPARATOR_ID = "separator";
export const NOTIFICATION_BAR_LIFESPAN_MS = 150000; // 150 seconds
export const AUTOFILL_OVERLAY_HANDLE_REPOSITION = "autofill-overlay-handle-reposition-event";
export const AutofillOverlayVisibility = {
Off: 0,
OnButtonClick: 1,