Skip to content
Snippets Groups Projects
Commit afe9169b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

adjust z-index of vue dialogs, fixes #5199

Closes #5199

Merge request !3882
parent bd3a44dc
No related branches found
No related tags found
2 merge requests!4241Draft: Resolve "Im fromSORM fehlt Eingabename des `templates/forms/wysiwyg_input.php`",!3882adjust z-index of vue dialogs, fixes #5199
Pipeline #31083 passed
...@@ -288,7 +288,7 @@ export default { ...@@ -288,7 +288,7 @@ export default {
const style = getComputedStyle(el); const style = getComputedStyle(el);
return Math.max(acc, Number.parseInt(style.zIndex, 10)); return Math.max(acc, Number.parseInt(style.zIndex, 10));
}, },
1 1000
); );
this.zIndex = maxZIndex + 1; this.zIndex = maxZIndex + 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment