diff --git a/iOS/Resources/main_ios.js b/iOS/Resources/main_ios.js index 961ae0844..e19200d3d 100644 --- a/iOS/Resources/main_ios.js +++ b/iOS/Resources/main_ios.js @@ -156,6 +156,7 @@ function makeHighlightRect({left, top, width, height}, offsetTop=0, offsetLeft=0 width: `${Math.ceil(width)}px`, height: `${Math.ceil(height)}px`, backgroundColor: 'rgba(200, 220, 10, 0.4)', + pointerEvents: 'none' }); return overlay;