diff --git a/striker-ui/components/Panels/Panel.tsx b/striker-ui/components/Panels/Panel.tsx index 804966a8..e1f99495 100644 --- a/striker-ui/components/Panels/Panel.tsx +++ b/striker-ui/components/Panels/Panel.tsx @@ -26,7 +26,7 @@ const StyledBox = styled(Box)(() => ({ padding: '2.1em', position: 'relative', width: '100%', - zIndex: 999, + zIndex: 10, }, [`& .${classes.square}`]: {