libgdx - UI scrollPane issue

Hi, I have an issue with scrollpanes.
After I click on the scrollpane and scroll around a bit, the mouse gets locked to the Scrollpane.
After its locked scrolling the mouse wheel makes the scrollpane scroll but I can no longer use scroll for other events.
I would like to either be able to somehow break the connection between the scrollwheel and the scrollPane.
Is this possible?