mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
Merge pull request #693 from smartxworks/fix/xzdry
fix(Editor): increase the zIndex level of the side menu
This commit is contained in:
commit
0f5479b1cf
@ -133,7 +133,7 @@ export const Editor: React.FC<Props> = observer(
|
||||
borderRightWidth="1px"
|
||||
borderColor="gray.200"
|
||||
position="relative"
|
||||
zIndex="2"
|
||||
zIndex="sideMenuIndex"
|
||||
height="full"
|
||||
>
|
||||
<Tabs
|
||||
@ -193,7 +193,7 @@ export const Editor: React.FC<Props> = observer(
|
||||
borderLeftWidth="1px"
|
||||
borderColor="gray.400"
|
||||
position="relative"
|
||||
zIndex="0"
|
||||
zIndex="sideMenuIndex"
|
||||
>
|
||||
<Tabs
|
||||
align="center"
|
||||
|
@ -34,6 +34,7 @@ const zIndices = {
|
||||
...theme.zIndices,
|
||||
// smaller than the default value of zIndex for chakra modal (1400)
|
||||
editorMask: 1399,
|
||||
sideMenuIndex: 2,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user