diff --git a/src/text-editor-component.js b/src/text-editor-component.js index 2d904c401..e22b53db8 100644 --- a/src/text-editor-component.js +++ b/src/text-editor-component.js @@ -2950,7 +2950,8 @@ class DummyScrollbarComponent { const outerStyle = { position: 'absolute', contain: 'strict', - zIndex: 1 + zIndex: 1, + willChange: 'transform' } const innerStyle = {} if (orientation === 'horizontal') {