Commit cdea46e4 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'fix-dropdown-z-index' into 'master'

Fix dropdown z-index issue

See merge request gitlab-org/gitlab!56125
parents ba636cb7 14cca1db
......@@ -23,7 +23,7 @@ export default {
<section
v-if="hasStickySlot"
data-testid="sticky-section"
class="position-sticky gl-z-index-2 security-dashboard-filters"
class="position-sticky gl-z-index-3 security-dashboard-filters"
>
<slot name="sticky"></slot>
</section>
......
---
title: Fix dropdown z-index issue
merge_request: 56125
author:
type: fixed
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