Compare commits
1 Commits
v1.7.0
...
mobile-chr
Author | SHA1 | Date | |
---|---|---|---|
dcb7171940 |
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user