Commit 559c62f7 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '216880-frontend-fix-sticky-header-z-index' into 'master'

Fix Issue sticky header z-index

See merge request gitlab-org/gitlab!34752
parents 54a7ab6a bb0327a1
......@@ -420,7 +420,7 @@ export default {
<transition name="issuable-header-slide">
<div
v-if="shouldShowStickyHeader"
class="issue-sticky-header gl-fixed gl-z-index-2 gl-bg-white gl-border-1 gl-border-b-solid gl-border-b-gray-200 gl-py-3"
class="issue-sticky-header gl-fixed gl-z-index-3 gl-bg-white gl-border-1 gl-border-b-solid gl-border-b-gray-200 gl-py-3"
data-testid="issue-sticky-header"
>
<div
......
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