Fixing graphics glitch. Fixes #166 (#232)

This commit is contained in:
Jake Archibald
2018-11-06 13:41:08 +00:00
committed by GitHub
parent 4599e51b1e
commit 726c2f195a

View File

@@ -129,4 +129,8 @@
.output-canvas { .output-canvas {
flex-shrink: 0; flex-shrink: 0;
// This fixes a severe painting bug in Chrome.
// We should try to remove this once the issue is fixed.
// https://bugs.chromium.org/p/chromium/issues/detail?id=870222#c10
will-change: auto;
} }