mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-12 01:59:34 -05:00
fix(editor): link input appearing behind modals
Resolves https://github.com/go-vikunja/vikunja/issues/1929
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user