summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-10 16:05:11 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-10 16:05:11 -0700
commit081fdad9c969c8620e5fedae1d8641f2915fae2b (patch)
tree6a1b88ccd796e2b12c4523614aa0602c190fbcc4
parent26b6e299e1c97b956306572c5c9f6c02f428bfd7 (diff)
downloadgitlab-ce-34909-pipeline-dropdown-z-index.tar.gz
Increase z index of mini pipeline dropdown34909-pipeline-dropdown-z-index
-rw-r--r--app/assets/stylesheets/pages/merge_requests.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/merge_requests.scss b/app/assets/stylesheets/pages/merge_requests.scss
index 7adf17dddb8..d48dec8fe7a 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -125,7 +125,7 @@
.dropdown-menu {
margin-top: 11px;
- z-index: 200;
+ z-index: 300;
}
.ci-action-icon-wrapper {