mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Improve interaction between compile and runtime overlays (#2219)
This commit is contained in:
2
packages/react-error-overlay/src/styles.js
vendored
2
packages/react-error-overlay/src/styles.js
vendored
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user