Is this a Feature or Bug?
Bug
Current behavior:
When Cypress detects an element is covered by a fixed position element, it only attempts to scroll the window instead of the parent container(s).
Desired behavior:
It's possible the window is not actually scrollable.
Cypress should iteratively scroll each parent container, starting with the window and working its way down until the element becomes actionable.
Additional Info (images, stack traces, etc)
It does this currently, which means it's still covered up.

It needs to do this, which uncovers it.

Is this a Feature or Bug?
Bug
Current behavior:
When Cypress detects an element is covered by a fixed position element, it only attempts to scroll the window instead of the parent container(s).
Desired behavior:
It's possible the window is not actually scrollable.
Cypress should iteratively scroll each parent container, starting with the window and working its way down until the element becomes actionable.
Additional Info (images, stack traces, etc)
It does this currently, which means it's still covered up.
It needs to do this, which uncovers it.
