mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix jumpy conversation panel (#6874)
This commit is contained in:
parent
fab4532f6b
commit
d03b9775b5
@ -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 && (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user