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
1 merge request!3882adjust z-index of vue dialogs, fixes #5199
Pipeline #31083 passed
......@@ -288,7 +288,7 @@ export default {
const style = getComputedStyle(el);
return Math.max(acc, Number.parseInt(style.zIndex, 10));
},
1
1000
);
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