Mariano Franzese
Results
2
comments of
Mariano Franzese
In my case, as I also needed to block the scroll below anyway, I added this to the global style (in scss): ```css .cdk-global-scrollblock { position: static !important; width: initial...
> I tested `--ozone-platform-hint=auto` with Cypress 13.7, i.e. added `const electronArgs = ['--ozone-platform-hint=auto'];` to `lib/exec/spawn.js:109`, and it works for the runner and browser as well, so is a likely a...