Fix(webapp): long table scroll issue of workflow (#17491)

pull/17495/head
KVOJJJin 12 months ago committed by GitHub
parent 6f636093b6
commit 7016ccef10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -636,7 +636,7 @@ const TextGeneration: FC<IMainProps> = ({
{/* Result */}
<div className={cn(
isPC
? 'h-full grow'
? 'h-full w-0 grow'
: isShowResultPanel
? 'fixed inset-0 z-50 bg-background-overlay backdrop-blur-sm'
: resultExisted

Loading…
Cancel
Save