fix(editor): link input appearing behind modals
Resolves https://github.com/go-vikunja/vikunja/issues/1929
This commit is contained in:
parent
e91fba2fae
commit
819e1d6fab
|
|
@ -12,7 +12,7 @@ export default function inputPrompt(pos: ClientRect, oldValue: string = ''): Pro
|
|||
popupElement.style.position = 'absolute'
|
||||
popupElement.style.top = '0'
|
||||
popupElement.style.left = '0'
|
||||
popupElement.style.zIndex = '1000'
|
||||
popupElement.style.zIndex = '4700'
|
||||
popupElement.style.background = 'white'
|
||||
popupElement.style.border = '1px solid #ccc'
|
||||
popupElement.style.borderRadius = '4px'
|
||||
|
|
|
|||
Loading…
Reference in New Issue