[WEB-3273]fix: editor bubble menu z-index #6858
This commit is contained in:
parent
0db581509c
commit
16aa1d7034
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ export const EditorBubbleMenu: FC<EditorBubbleMenuProps> = (props: { editor: Edi
|
|||
tippyOptions: {
|
||||
moveTransition: "transform 0.15s ease-out",
|
||||
duration: [300, 0],
|
||||
zIndex: 9,
|
||||
onShow: () => {
|
||||
props.editor.storage.link.isBubbleMenuOpen = true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue