diff --git a/src/text-editor-component.js b/src/text-editor-component.js index 1a58d1241..da50885c4 100644 --- a/src/text-editor-component.js +++ b/src/text-editor-component.js @@ -633,7 +633,8 @@ class TextEditorComponent { contain: 'strict', zIndex: 1, width: this.getScrollWidth() + 'px', - height: this.getScrollHeight() + 'px' + height: this.getScrollHeight() + 'px', + pointerEvents: 'none' } }, children) }