virtual scrolling improvements

This commit is contained in:
Henry Jameson 2026-08-24 15:36:28 +03:00
commit 58bc4b3347
3 changed files with 23 additions and 11 deletions

View file

@ -40,6 +40,7 @@
<div
v-if="isPage && !status"
class="conversation-body"
ref="body"
:class="{ 'panel-body': isExpanded }"
>
<p v-if="!loadStatusError">
@ -56,6 +57,7 @@
<div
v-else
class="conversation-body"
ref="body"
:class="{ 'panel-body': isExpanded }"
>
<div