Fix jumpy conversation panel (#6874)

This commit is contained in:
tofarr 2025-02-21 11:44:38 +00:00 committed by GitHub
parent fab4532f6b
commit d03b9775b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,9 +73,9 @@ export function ConversationPanel({ onClose }: ConversationPanelProps) {
<div
ref={ref}
data-testid="conversation-panel"
className="w-[350px] h-full border border-neutral-700 bg-base-secondary rounded-xl overflow-y-auto"
className="w-[350px] h-full border border-neutral-700 bg-base-secondary rounded-xl overflow-y-auto absolute"
>
<div className="pt-4 px-4 flex items-center justify-between">
<div className="w-full h-full absolute flex justify-center items-center">
{isFetching && <LoadingSpinner size="small" />}
</div>
{error && (