Commit b361a360 authored by Fernando's avatar Fernando

Fix bulk edit vulnerability dropdown layering issue

* Adjust z-index from 2 to 3 to fix layering issue

Changelog: fixed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62317
EE: true
parent a359e38c
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
<template> <template>
<gl-collapse <gl-collapse
:visible="visible" :visible="visible"
class="selection-summary gl-z-index-2!" class="selection-summary gl-z-index-3!"
data-testid="selection-summary-collapse" data-testid="selection-summary-collapse"
> >
<div class="card" :class="{ 'with-error': Boolean(updateErrorText) }"> <div class="card" :class="{ 'with-error': Boolean(updateErrorText) }">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment