Nikita Stepanov

Results 3 comments of Nikita Stepanov

> Actually, just adding `document.body.style.transform = 'translateZ(0)';` to `index.ts` fixes it. Or... > > ```css > body { > transform: translateZ(0); > } > ``` Thanks! It helped me, I...

It doesn't look like bug fix, so I don't know if it's ok to close this thread. But for now solution by [pmartin-cogility](https://github.com/pmartin-cogility) works.

> Is this fixed in the latest Chrome? I'm running on `106.0.5249.91 (Official Build) (arm64)` on `Mac` and things seem fine to me so far. Just tried. No, it hasn't...