This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Fix(webapp): long table scroll issue of workflow (
#17491
)
tags/1.2.0
KVOJJJin
7 months ago
parent
6f636093b6
commit
7016ccef10
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/components/share/text-generation/index.tsx
+ 1
- 1
web/app/components/share/text-generation/index.tsx
View File
@@ -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
Write
Preview
Loading…
Cancel
Save