File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { ListItemProps } from '@mui/material' ;
2
2
import { Box , IconButton , ListItem } from '../../base' ;
3
3
import { PanelDragHandleIcon } from '../../icons/PanelDragHandle' ;
4
- import { black , styled } from '../../theme' ;
4
+ import { styled } from '../../theme' ;
5
5
import { PanelProps } from './Panel' ;
6
6
7
7
export const ListHeader = styled ( ListItem ) ( ( { theme } ) => ( {
@@ -86,10 +86,10 @@ export const PanelContainer = styled(Box)<{ intitialPosition: PanelProps['intiti
86
86
borderRadius : '8px' ,
87
87
overflow : 'hidden' ,
88
88
flexShrink : 0 ,
89
- zIndex : 99999 ,
89
+ zIndex : 100 ,
90
90
position : 'absolute' ,
91
91
backgroundColor : theme . palette . background . blur ?. light ,
92
- boxShadow : `0 4px 16px ${ black } ` ,
92
+ boxShadow : `0 4px 16px ${ theme . palette . background . blur ?. light } ` ,
93
93
maxHeight : '80%' ,
94
94
display : 'flex' ,
95
95
boxSizing : 'border-box' ,
You can’t perform that action at this time.
0 commit comments