Commit bb0327a1 authored by Coung Ngo's avatar Coung Ngo

Fix Issue sticky header z-index

Avatars were showing on top of the sticky header which this fixes
parent f0b5bd18
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
<transition name="issuable-header-slide"> <transition name="issuable-header-slide">
<div <div
v-if="shouldShowStickyHeader" 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" data-testid="issue-sticky-header"
> >
<div <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