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:
authorPhil Hughes <me@iamphill.com>2017-08-15 11:02:40 +0300
committerPhil Hughes <me@iamphill.com>2017-08-15 19:26:33 +0300
commit151ecac770e55334fdca7a2f844b44c45b63b9e6 (patch)
tree4da0ff31ef75a371b3eec043f9a99b47d3810248 /app/assets
parentde0d0e4e47dffdab3f507ba93dcdff27da4d7421 (diff)
Fixed changed files dropdown not being shown
Closes #36479
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/diff.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 215bedc04fd..913a1a95dca 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -560,9 +560,13 @@
}
.diff-files-changed {
+ .inline-parallel-buttons {
+ position: relative;
+ z-index: 1;
+ }
+
.commit-stat-summary {
@include new-style-dropdown;
- z-index: -1;
@media (min-width: $screen-sm-min) {
margin-left: -$gl-padding;