mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
Merge branch 'develop' into publish
This commit is contained in:
commit
f3bae2d9ef
@ -198,6 +198,7 @@ export const PopoverWidget = React.forwardRef<
|
||||
closeOnBlur={false}
|
||||
isOpen={isOpen}
|
||||
onOpen={handleOpen}
|
||||
autoFocus={false}
|
||||
>
|
||||
<PopoverTrigger>
|
||||
{isObjectChildren && 'trigger' in children ? (
|
||||
|
@ -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