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:
authorAdriel Santiago <asantiago@gitlab.com>2018-08-13 18:45:16 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-08-13 18:45:16 +0300
commit5d2b2ad362a927d8cc0548687cb0ca2e64f4b87f (patch)
tree7a81ed839d6f6f8bda4b8bfce68445953e1521c6 /app/assets/stylesheets/performance_bar.scss
parent13e0b7369763bbd4025d399c1335214faa823da3 (diff)
Resolve "`Copy to Clipboard` tooltip appears under modal"
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r--app/assets/stylesheets/performance_bar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss
index 7a93c4dfa28..57d43beaf21 100644
--- a/app/assets/stylesheets/performance_bar.scss
+++ b/app/assets/stylesheets/performance_bar.scss
@@ -6,7 +6,7 @@
left: 0;
top: 0;
width: 100%;
- z-index: 2000;
+ z-index: 1039;
height: $performance-bar-height;
background: $black;