Commit ce6d850e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-emoji-menu-z-index' into 'master'

Set emoji-menu z-index to 200

Closes #32632

See merge request !11686
parents 827fd034 3fa739af
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
top: 0; top: 0;
margin-top: 3px; margin-top: 3px;
padding: $gl-padding; padding: $gl-padding;
z-index: 9; z-index: 300;
width: 300px; width: 300px;
font-size: 14px; font-size: 14px;
background-color: $white-light; background-color: $white-light;
......
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