components/calendar: Cross-block interactiveness of nested orthogonal ListView
Scrolling in both directions at once does not make sense from the UX perspective, so let's disable that.
As a workaround for the upstream QTBUG-126042, this patch fixes stuck horizontal scrolling using touchpad on Wayland.
Test plan
Open Digital Clock applet, try scrolling horizontally, vertically, diagonally.
Try this on Wayland and on X11, as apparently they handle input events differently.