We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25603f1 commit 97f87d7Copy full SHA for 97f87d7
src/ChatWindow/EmojiPicker.vue
@@ -90,7 +90,10 @@ export default {
90
},
91
setEmojiPickerPosition(clientY, innerWidth, innerHeight) {
92
setTimeout(() => {
93
- if (!this.roomFooterRef) return
+ if (!this.roomFooterRef) {
94
+ if (innerWidth < 500) this.emojiPickerRight = '0px'
95
+ return
96
+ }
97
98
if (innerHeight < 700) this.emojiPickerHeight = innerHeight / 2
99
const roomFooterTop = this.roomFooterRef.getBoundingClientRect().top
0 commit comments