diff --git a/frontend/src/components/input/editor/suggestion.ts b/frontend/src/components/input/editor/suggestion.ts index 7d6c4a44b..3d8ca7f80 100644 --- a/frontend/src/components/input/editor/suggestion.ts +++ b/frontend/src/components/input/editor/suggestion.ts @@ -190,7 +190,7 @@ export default function suggestionSetup(t) { popupElement.style.position = 'absolute' popupElement.style.top = '0' popupElement.style.left = '0' - popupElement.style.zIndex = '1000' + popupElement.style.zIndex = '4700' popupElement.appendChild(component.element!) document.body.appendChild(popupElement)