scroll-into-view / compute-scroll-into-view

Utility for calculating what should be scrolled, how it's scrolled is up to you
https://scroll-into-view.dev#scroll-alignment
MIT License
308 stars 27 forks source link

Overflow: visible elements are detected as scrollable inside iFrames #914

Open austin-wiechman opened 5 months ago

austin-wiechman commented 5 months ago

If an element inside an iFrame has an overflow: visible parent closer than its scroll parent. Then compute will return scroll on this parent, even though scroll is not possible.

Here is a code sandbox to demonstrate the issue: link