We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc0e63 commit b690ac4Copy full SHA for b690ac4
1 file changed
web/app/components/workflow/nodes/_base/components/field.tsx
@@ -38,7 +38,7 @@ const Field: FC<Props> = ({
38
<div className={cn(className, inline && 'flex w-full items-center justify-between')}>
39
<div
40
onClick={() => supportFold && toggleFold()}
41
- className={cn('sticky top-0 flex items-center justify-between bg-components-panel-bg', supportFold && 'cursor-pointer')}>
+ className={cn('flex items-center justify-between', supportFold && 'cursor-pointer')}>
42
<div className='flex h-6 items-center'>
43
<div className={cn(isSubTitle ? 'system-xs-medium-uppercase text-text-tertiary' : 'system-sm-semibold-uppercase text-text-secondary')}>
44
{title} {required && <span className='text-text-destructive'>*</span>}
0 commit comments