mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +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) &&
|
||||
focusedFieldRectsTop >= 0 &&
|
||||
focusedFieldRectsTop < viewportHeight &&
|
||||
focusedFieldRectsBottom < viewportHeight
|
||||
focusedFieldRectsBottom <= viewportHeight
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user