Commit 7a53a8dd authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '325217-bulk-status-menue' into 'master'

Fix z-index level on bulk editing dropdown for vulnerabilities

See merge request gitlab-org/gitlab!62317
parents e7d84f1e b361a360
......@@ -105,7 +105,7 @@ export default {
<template>
<gl-collapse
:visible="visible"
class="selection-summary gl-z-index-2!"
class="selection-summary gl-z-index-3!"
data-testid="selection-summary-collapse"
>
<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