diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-14 11:46:36 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-14 11:46:36 -0600 |
commit | 14cfdeaae56367fa80fc67687fbbad42e6f32a2b (patch) | |
tree | 646003909d6fa1eb620d84fb26f0785fc99809a9 /app/assets/stylesheets | |
parent | 7b67d3d3917a88e2e627dc152955b08488fda57c (diff) | |
download | gitlab-ce-14cfdeaae56367fa80fc67687fbbad42e6f32a2b.tar.gz |
Fix z index bugs
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 1 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/tree.scss | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index da5c44b5fdc..a53cc27fac9 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -193,7 +193,6 @@ top: $header-height; bottom: 0; right: 0; - z-index: 8; transition: width .3s; background: $gray-light; padding: 10px 20px; diff --git a/app/assets/stylesheets/pages/tree.scss b/app/assets/stylesheets/pages/tree.scss index 8fafe472621..948921efc0b 100644 --- a/app/assets/stylesheets/pages/tree.scss +++ b/app/assets/stylesheets/pages/tree.scss @@ -171,6 +171,8 @@ .tree-controls { float: right; margin-top: 11px; + position: relative; + z-index: 2; .project-action-button { margin-left: $btn-side-margin; |