mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-08 18:36:53 +08:00
Fix(webapp): long table scroll issue of workflow (#17491)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user