From c1f4ac10c940524d0d7025a569c0fc75cedbde1b Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Tue, 31 May 2022 16:29:38 -0400 Subject: [PATCH] fix(striker-ui): lower fake paper z-index in Panel --- striker-ui/components/Panels/Panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`]: {