Investigate the popup component implementation in Oni's codebase (likely in the UI layer). Look for scroll event listeners or CSS overflow handling. The issue suggests that scrolling should dismiss open popups. Check how popups are currently closed (e.g., on click outside) and add a scroll event listener to the window or relevant container to close the popup when scrolling occurs. Review existing popup components in the repository, such as 'Popover' or 'Menu' components, and ensure the fix is consistent with the UI pattern.
Scrolling should close popups. · onivim/oni#1434 | Good First Issue