feat(core): adjust help island style (#6651)

This commit is contained in:
EYHN
2024-04-22 08:27:27 +00:00
parent ab7282213b
commit b7ade43c2e
2 changed files with 3 additions and 6 deletions
@@ -89,7 +89,7 @@ export const toolStyle = style({
position: 'absolute',
right: '30px',
bottom: '30px',
zIndex: cssVar('zIndexPopover'),
zIndex: 1,
display: 'flex',
flexDirection: 'column',
gap: '12px',