Merge pull request #835 from h3poteto/iss-832

closes #832 Adjust z-index for emoji picker in NewTootModal
This commit is contained in:
AkiraFukushima 2019-02-19 09:07:31 +09:00 committed by GitHub
commit 952cd4d352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@
</li>
</ul>
</el-popover>
<div v-click-outside="hideEmojiPicker">
<div v-click-outside="hideEmojiPicker">
<el-button type="text" class="emoji-selector" @click="toggleEmojiPicker">
<icon name="regular/smile" scale="1.2"></icon>
</el-button>
@ -304,6 +304,7 @@ export default {
<style lang="scss" scoped>
.status {
position: relative;
z-index: 1;
textarea {
display: block;