diff --git a/src/react/DebugPanel.js b/src/react/DebugPanel.js index c87fff6c..bf888590 100644 --- a/src/react/DebugPanel.js +++ b/src/react/DebugPanel.js @@ -11,7 +11,7 @@ export function getDefaultStyle(props) { return { position: 'fixed', - zIndex: 999, + zIndex: 10000, fontSize: 17, overflow: 'auto', opacity: 0.92,