Merge branch 'fix-emoji-menu-z-index' into 'master'
Set emoji-menu z-index to 200 Closes #32632 See merge request !11686
This commit is contained in:
commit
ce6d850ef5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue