When use using cy.get with a .click my UI is scrolling up and the top starts to go off the page, and with each other click it goes up more and more. I've tried setting scrollBehavior: false in the config, giving each cy.get {scrollIntoView:'false'}, but none of those make a difference. My clicks show the right place on the screen but the UI is pushed up, the clicks are still clicking correct elements. This isn't effected my test but doesn't look nice on demos. I have search all over the place and couldn't find anyone having a similar issue. I attached a photo of the cypress application at the end of my test, you can see almost the entire screen is pushed up and off the page.