mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-25 13:38:51 +01:00
refs #832 Adjust z-index for emoji picker in NewTootModal
This commit is contained in:
parent
ed4bdf2f13
commit
b75271f16b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user