From 69e5f9244f496c7738edf300970e3674679636a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Berthommier?= Date: Thu, 7 Nov 2019 19:10:07 +0100 Subject: [PATCH] fix #1202 --- src/errorReporter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/errorReporter.js b/src/errorReporter.js index ca7fbc992..465098b1d 100644 --- a/src/errorReporter.js +++ b/src/errorReporter.js @@ -28,6 +28,7 @@ const overlayStyle = { padding: '16px', maxHeight: '50%', overflow: 'auto', + zIndex: 10000 }; const inlineErrorStyle = {