Skip to content
Snippets Groups Projects
Commit 7a53a8dd authored by Andrew Fontaine's avatar Andrew Fontaine
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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) }">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment