Commit 0c43374f authored by Sam Beckham's avatar Sam Beckham Committed by Frédéric Caplette

Lowers the z-indexing of the pipeline drawer

This brings it below the header so the header elements are still visible
parent 206d96ac
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
<local-storage-sync v-model="isExpanded" :storage-key="$options.localDrawerKey" as-json> <local-storage-sync v-model="isExpanded" :storage-key="$options.localDrawerKey" as-json>
<aside <aside
aria-live="polite" aria-live="polite"
class="gl-fixed gl-right-0 gl-bg-gray-10 gl-shadow-drawer gl-transition-medium gl-border-l-solid gl-border-1 gl-border-gray-100 gl-h-full gl-z-index-9999 gl-overflow-y-auto" class="gl-fixed gl-right-0 gl-bg-gray-10 gl-shadow-drawer gl-transition-medium gl-border-l-solid gl-border-1 gl-border-gray-100 gl-h-full gl-z-index-3 gl-overflow-y-auto"
:style="rootStyle" :style="rootStyle"
> >
<gl-button <gl-button
......
---
title: Lowers the z-indexing of the pipeline drawer
merge_request: 61683
author:
type: other
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