mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:29:03 +08:00
Fix(webapp): long table scroll issue of workflow (#17491)
This commit is contained in:
parent
6f636093b6
commit
7016ccef10
@ -636,7 +636,7 @@ const TextGeneration: FC<IMainProps> = ({
|
|||||||
{/* Result */}
|
{/* Result */}
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
isPC
|
isPC
|
||||||
? 'h-full grow'
|
? 'h-full w-0 grow'
|
||||||
: isShowResultPanel
|
: isShowResultPanel
|
||||||
? 'fixed inset-0 z-50 bg-background-overlay backdrop-blur-sm'
|
? 'fixed inset-0 z-50 bg-background-overlay backdrop-blur-sm'
|
||||||
: resultExisted
|
: resultExisted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user