diff options
| author | Henry Jameson <me@hjkos.com> | 2019-09-25 20:01:06 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-09-25 20:01:06 +0300 |
| commit | 0b300e170805f45bd8cc854cbfa48b4df020b909 (patch) | |
| tree | b88f7cc6337c36b229f878273c11892ad72dc9d3 | |
| parent | e805303d3a792045c8822e4300e4742fee9723c8 (diff) | |
bump z-index so that picker/suggest doesn't get overlapped by mobile button
| -rw-r--r-- | src/components/emoji_input/emoji_input.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/emoji_input/emoji_input.vue b/src/components/emoji_input/emoji_input.vue index 53b38573..05fb931b 100644 --- a/src/components/emoji_input/emoji_input.vue +++ b/src/components/emoji_input/emoji_input.vue @@ -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 { |
