Selaa lähdekoodia

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

tags/1.2.0
KVOJJJin 7 kuukautta sitten
vanhempi
commit
7016ccef10
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      web/app/components/share/text-generation/index.tsx

+ 1
- 1
web/app/components/share/text-generation/index.tsx Näytä tiedosto

@@ -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…
Peruuta
Tallenna