diff --git a/src/index.tsx b/src/index.tsx index 9ad6b09..e989d18 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -939,7 +939,7 @@ export default forwardRef( height: initialWindowHeight.current, }, pointerEvents: props?.backgroundInteractionEnabled - ? 'box-none' + ? 'none' : 'auto', }, [ @@ -1051,7 +1051,7 @@ export default forwardRef( onLayout={onDeviceLayout} ref={deviceContainerRef} pointerEvents={ - props?.backgroundInteractionEnabled ? 'box-none' : 'auto' + props?.backgroundInteractionEnabled ? 'none' : 'auto' } style={[ styles.parentContainer, @@ -1086,7 +1086,7 @@ export default forwardRef( ) : null}