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

emoji-mastoapi
Henry Jameson 5 years ago
parent e805303d3a
commit 0b300e1708

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

Loading…
Cancel
Save