From 454aea7193d77a5a45c67b0e411c8b6675fac16e Mon Sep 17 00:00:00 2001 From: Edwin Date: Thu, 13 Jul 2017 14:45:57 +1200 Subject: [PATCH] Don't block touches to the background --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 63528f6..568ae1c 100644 --- a/index.js +++ b/index.js @@ -438,7 +438,7 @@ var ModalBox = React.createClass({ var content = ( - + {visible && this.renderBackdrop()} {visible && this.renderContent()}