Commit 14cca1db authored by Savas Vedova's avatar Savas Vedova

Fix dropdown z-index issue

parent f2b5be6e
......@@ -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