mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
[PM-10554] Focused field needs to consider the bounds of a frame to be part of its max height (#10447)
This commit is contained in:
@@ -1428,7 +1428,7 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
|
|||||||
!globalThis.isNaN(focusedFieldRectsTop) &&
|
!globalThis.isNaN(focusedFieldRectsTop) &&
|
||||||
focusedFieldRectsTop >= 0 &&
|
focusedFieldRectsTop >= 0 &&
|
||||||
focusedFieldRectsTop < viewportHeight &&
|
focusedFieldRectsTop < viewportHeight &&
|
||||||
focusedFieldRectsBottom < viewportHeight
|
focusedFieldRectsBottom <= viewportHeight
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user