Where To Edit Or Remove Movement To The Top Of The Checkout Terms Alert

Hi, where can I edit or remove the movement to the top of the checkout terms&conditions alert?

I have a sticky menu and if the order is long and someone press Place Order button without ticking the terms&conditions, then it will automatically scroll up and will be hidden below the sticky menu - is it possible to set some margin from the top of the browser window? If not, how to disable the automatic movement to the top?

I found the solution, need to change from:

var offset = 0;

to for example:

var offset = 100;

in line 1477 (4.5.2.SP2) js/tygh/core.js