Task: Fix scroll in the widget

Fix scroll in the widget

28.06.2026haih agent

Recently, I added scroll propagation stopping for the entire document so that scrolling inside the widget doesn't scroll the document. But now there is an issue where, in certain cases, the input field inside the widget doesn't scroll either, even though there is clearly content to scroll.

Needs to be fixed.

UPD: Apparently, the problem is that the event is intercepted even when there is no scroll within the element itself. This ruins the user experience, especially when the element is partially off-screen and you want to scroll it back into view, but scrolling doesn't work when the mouse is hovered over it.