소스 검색

fix: resolve unstable scrolling in workflow debug panel with multiple input fields #19697 (#19698)

tags/1.4.2
Kaitlyn Feng 5 달 전
부모
커밋
c8d9f8e2e4
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/workflow/panel/debug-and-preview/user-input.tsx

+ 1
- 1
web/app/components/workflow/panel/debug-and-preview/user-input.tsx 파일 보기

@@ -34,7 +34,7 @@ const UserInput = () => {
return null

return (
<div className={cn('sticky top-0 z-[1] rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-on-panel-item-bg shadow-xs')}>
<div className={cn('relative z-[1] rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-on-panel-item-bg shadow-xs')}>
<div className='px-4 pb-4 pt-3'>
{visibleVariables.map((variable, index) => (
<div

Loading…
취소
저장