Compare commits

...

1 Commits

Author SHA1 Message Date
dcb7171940 Fixing graphics glitch. Fixes #166 2018-11-06 13:39:58 +00:00

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;
}