Improve interaction between compile and runtime overlays (#2219)

This commit is contained in:
Dan Abramov
2017-05-18 23:07:56 +01:00
committed by GitHub
parent 43b819c2bb
commit 6c8b18b0cd
2 changed files with 10 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ const iframeStyle = {
width: '100%',
height: '100%',
border: 'none',
'z-index': 1337,
'z-index': 2147483647 - 1, // below the compile error overlay
};
const overlayStyle = {