Commit 72f73124 authored by Clement Ho's avatar Clement Ho

Merge branch '41996-copy-to-clipboard-tooltip-appears-under-modal' into 'master'

Resolve "`Copy to Clipboard` tooltip appears under modal"

Closes #41996

See merge request gitlab-org/gitlab-ce!21017
parents 13e0b736 5d2b2ad3
......@@ -79,7 +79,6 @@ body.modal-open {
.modal {
background-color: $black-transparent;
z-index: 2100;
@include media-breakpoint-up(md) {
.modal-dialog {
......
......@@ -6,7 +6,7 @@
left: 0;
top: 0;
width: 100%;
z-index: 2000;
z-index: 1039;
height: $performance-bar-height;
background: $black;
......
---
title: Solve tooltip appears under modal
merge_request: 21017
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment