[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:
parent
c1bf1a797f
commit
ad3c680f2c
|
@ -1428,7 +1428,7 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
|
|||
!globalThis.isNaN(focusedFieldRectsTop) &&
|
||||
focusedFieldRectsTop >= 0 &&
|
||||
focusedFieldRectsTop < viewportHeight &&
|
||||
focusedFieldRectsBottom < viewportHeight
|
||||
focusedFieldRectsBottom <= viewportHeight
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue