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
path: root/app
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-05-26 17:18:52 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-26 17:18:52 +0300
commit3fa739af1bb9edbe33b8e4463332ceb787fc280c (patch)
treeb4314cd61ec4af1c370b10c47368ddc6229b63aa /app
parent827fd03483e73ddbd5abe75ceeedfbcdef2a4820 (diff)
Set emoji-menu z-index to 200
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/awards.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/awards.scss b/app/assets/stylesheets/framework/awards.scss
index d64b1237b2c..75907c35b7e 100644
--- a/app/assets/stylesheets/framework/awards.scss
+++ b/app/assets/stylesheets/framework/awards.scss
@@ -10,7 +10,7 @@
top: 0;
margin-top: 3px;
padding: $gl-padding;
- z-index: 9;
+ z-index: 300;
width: 300px;
font-size: 14px;
background-color: $white-light;