Is there a way to apply a style to all elements in Cypress? Like one would do with the star selector:
* { overflow-x: hidden; }
I need this fo