Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friend <nfriend@gitlab.com>2019-03-18 15:54:39 +0300
committerNathan Friend <nfriend@gitlab.com>2019-03-18 15:54:39 +0300
commit9b77768850db0ef61d383a53b9d1ad284064caca (patch)
tree01cc54b23d7e77845869b22c9eac67b1718465b7 /app/assets
parent8bc2474553f302d4feb41cb55ffb90c5b72e94c3 (diff)
Fix z-index issue
This commit lowers the z-index of the .merge-request-tabs-holder class to avoid rendering conflicts with the mini pipeline status dropdown on the merge request page.
Diffstat (limited to 'app/assets')
-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 44556060c65..df3a4be6559 100644
--- a/app/assets/stylesheets/pages/merge_requests.scss
+++ b/app/assets/stylesheets/pages/merge_requests.scss
@@ -806,7 +806,7 @@
.merge-request-tabs-holder {
top: $header-height;
- z-index: 300;
+ z-index: 250;
background-color: $white-light;
border-bottom: 1px solid $border-color;