diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 9827fd321..8c7a02de9 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -622,7 +622,7 @@ const conversation = { }, updateVirtualHeight() { this.$nextTick(() => { - this.virtualHeight = this.$refs.body.clientHeight + this.virtualHeight = this.$refs.body.getBoundingClientRect().height this.$emit('update:virtualHeight', { id: this.status.id, height: this.virtualHeight,