diff options
author | Nathan Friend <nfriend@gitlab.com> | 2019-03-18 09:54:39 -0300 |
---|---|---|
committer | Nathan Friend <nfriend@gitlab.com> | 2019-03-18 09:54:39 -0300 |
commit | 9b77768850db0ef61d383a53b9d1ad284064caca (patch) | |
tree | 01cc54b23d7e77845869b22c9eac67b1718465b7 /changelogs | |
parent | 8bc2474553f302d4feb41cb55ffb90c5b72e94c3 (diff) | |
download | gitlab-ce-9b77768850db0ef61d383a53b9d1ad284064caca.tar.gz |
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 'changelogs')
-rw-r--r-- | changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml b/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml new file mode 100644 index 00000000000..9a7a0e5af37 --- /dev/null +++ b/changelogs/unreleased/58999-z-index-issue-on-pipeline-dropdown.yml @@ -0,0 +1,6 @@ +--- +title: Fix issue that caused the "Show all activity" button to appear on top of the + mini pipeline status dropdown on the merge request page +merge_request: 26274 +author: +type: fixed |