diff --git a/renderer/viewer/lib/ui/newStats.ts b/renderer/viewer/lib/ui/newStats.ts index 6fccac53..fff4d28c 100644 --- a/renderer/viewer/lib/ui/newStats.ts +++ b/renderer/viewer/lib/ui/newStats.ts @@ -15,7 +15,7 @@ export const addNewStat = (id: string, width = 80, x = rightOffset, y = lastY) = pane.style.padding = '2px' pane.style.fontFamily = 'monospace' pane.style.fontSize = '12px' - pane.style.zIndex = '10000' + pane.style.zIndex = '100' pane.style.pointerEvents = 'none' document.body.appendChild(pane) stats[id] = pane diff --git a/src/react/Notification.tsx b/src/react/Notification.tsx index 4d73da7e..ec2f8f2b 100644 --- a/src/react/Notification.tsx +++ b/src/react/Notification.tsx @@ -58,7 +58,9 @@ export default ({ type = 'message', message, subMessage = '', open, icon = '', a gap: 2, }} > -