I’m new to cypress, and I’m trying to create test cases for a website. I’m running into an issue where whenever I get an element, it scrolls it to the top of the screen, so they are often covered by the navigation bar and then I am unable to run any .click or .type commands. I can use force:true to make them work, but I don’t want to skip over all the tests. Anyone have some advice?