fix(striker-ui): fill Panel with fake paper

main
Tsu-ba-me 3 years ago
parent 3a1d7dc4b2
commit 0e720527bd
  1. 5
      striker-ui/components/Panels/Panel.tsx

@ -20,9 +20,12 @@ const StyledBox = styled(Box)(() => ({
position: 'relative',
[`& .${classes.paper}`]: {
padding: '2.1em',
backgroundColor: PANEL_BACKGROUND,
height: '100%',
opacity: 0.8,
padding: '2.1em',
position: 'relative',
width: '100%',
zIndex: 999,
},

Loading…
Cancel
Save