diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 69fca2f2c..3202a79c9 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -365,7 +365,7 @@ const conversation = { return !!(this.expanded || this.isPage) }, hiddenStyle() { - if (this.isExpanded) return {} + if (this.isExpanded || !this.virtualHidden) return {} return { height: this.virtualHeight + 'px' } }, threadDisplayStatus() {