bump z-index so that picker/suggest doesn't get overlapped by mobile button

This commit is contained in:
Henry Jameson 2019-09-25 20:01:06 +03:00
parent e805303d3a
commit 0b300e1708

View file

@ -78,7 +78,7 @@
} }
.emoji-picker-panel { .emoji-picker-panel {
position: absolute; position: absolute;
z-index: 9; z-index: 20;
margin-top: 2px; margin-top: 2px;
&.hide { &.hide {
@ -89,7 +89,7 @@
.autocomplete { .autocomplete {
&-panel { &-panel {
position: absolute; position: absolute;
z-index: 9; z-index: 20;
margin-top: 2px; margin-top: 2px;
&.hide { &.hide {