WebUI.Click seems to scroll the page

Hi,

If an button isnt near the center of the screen, calling WebUI.Click seems to automatically try to scroll the page to where the button can be clicked.

Is there any way to stop this behaviour? It keeps putting the button element behind the cookie banner, which stops Selenium from triggering the actual click.

Thanks.