Fix z-index on message entry emoji menu
This commit is contained in:
parent
56ae9dbe9c
commit
239e80a7cc
|
@ -3722,7 +3722,10 @@ export default {
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="dropdown-menu" id="input-emoji-picker" role="menu">
|
<div class="dropdown-menu" id="input-emoji-picker" role="menu"
|
||||||
|
style="z-index: 9000">
|
||||||
|
<!-- Note: z-index so the popup isn't covered by the "Auto-scroll"
|
||||||
|
label on the chat history panel -->
|
||||||
<div class="dropdown-content p-0">
|
<div class="dropdown-content p-0">
|
||||||
<EmojiPicker
|
<EmojiPicker
|
||||||
:native="false"
|
:native="false"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user