PopupMenu Scroll Wheel on Raspberry Pi

Is it possible to prevent scrolling of a popupmenu with the mouse scroll wheel on a Raspberry Pi?

I have popupmenus on a window that users often scroll up and down using the mouse wheel. If the pointer happens to be over a popumenu the window stays put while the contents of the popupmenu scrolls, which is not the behavior expected by the user.

This does not happen on MacOS where one must click on a popupmenu before it’s contents will scroll.