fix(striker-ui): lower fake paper z-index in Panel

main
Tsu-ba-me 3 years ago
parent 8bb4597434
commit c1f4ac10c9
  1. 2
      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}`]: {

Loading…
Cancel
Save