Commit bd0def2c authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch '28142-overlap-bugs' into 'master'

Fix z index bugs

Closes #28142

See merge request !9236
parents ad649c34 8ea8cfb8
......@@ -193,7 +193,6 @@
top: $header-height;
bottom: 0;
right: 0;
z-index: 8;
transition: width .3s;
background: $gray-light;
padding: 10px 20px;
......
......@@ -171,6 +171,8 @@
.tree-controls {
float: right;
margin-top: 11px;
position: relative;
z-index: 2;
.project-action-button {
margin-left: $btn-side-margin;
......
---
title: Fix z index issues with sidebar
merge_request:
author:
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