Fixing graphics glitch. Fixes #166

This commit is contained in:
Jake Archibald
2018-10-29 10:52:48 +00:00
parent 4599e51b1e
commit dcb7171940

View File

@@ -129,4 +129,8 @@
.output-canvas {
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;
}