Fix z-index on message entry emoji menu

polling-api
Noah 2023-09-09 12:12:29 -07:00
parent 56ae9dbe9c
commit 239e80a7cc
1 changed files with 4 additions and 1 deletions

View File

@ -3722,7 +3722,10 @@ export default {
</span>
</button>
</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">
<EmojiPicker
:native="false"