Commit 5d2b2ad3 authored by Adriel Santiago's avatar Adriel Santiago Committed by Clement Ho

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

parent 13e0b736
...@@ -79,7 +79,6 @@ body.modal-open { ...@@ -79,7 +79,6 @@ body.modal-open {
.modal { .modal {
background-color: $black-transparent; background-color: $black-transparent;
z-index: 2100;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
.modal-dialog { .modal-dialog {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
z-index: 2000; z-index: 1039;
height: $performance-bar-height; height: $performance-bar-height;
background: $black; 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