[WEB-3273]fix: editor bubble menu z-index #6858

This commit is contained in:
Vamsi Krishna 2025-04-02 17:35:30 +05:30 committed by GitHub
parent 0db581509c
commit 16aa1d7034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
},