summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-05-26 14:18:52 +0000
committerTimothy Andrew <mail@timothyandrew.net>2017-06-08 10:17:35 +0000
commit6f1ce7660e9888b195d2a09783f8261964a6549b (patch)
treefe9b78a7cbe494471f765be4f0e9409826d652bd
parent9da703283ae918d83e1a48c030ae40aaa3297058 (diff)
downloadgitlab-ce-6f1ce7660e9888b195d2a09783f8261964a6549b.tar.gz
Merge branch 'fix-emoji-menu-z-index' into 'master'
Set emoji-menu z-index to 200 Closes #32632 See merge request !11686
-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 0db3ac1a60e..df24a02f068 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;