Commit 6090dbef authored by Frédéric Caplette's avatar Frédéric Caplette

Merge branch 'pipeline-drawer-z-indexing' into 'master'

Lowers the z-indexing of the pipeline drawer

See merge request gitlab-org/gitlab!61683
parents fe7e3723 0c43374f
......@@ -68,7 +68,7 @@ export default {
<local-storage-sync v-model="isExpanded" :storage-key="$options.localDrawerKey" as-json>
<aside
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"
>
<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