Explorar el Código

fix(field): add z-index to sticky header for improved layering in workflow nodes

tags/2.0.0-beta.1
twwu hace 1 mes
padre
commit
0bcdd0db99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/workflow/nodes/_base/components/field.tsx

+ 1
- 1
web/app/components/workflow/nodes/_base/components/field.tsx Ver fichero

<div className={cn(className, inline && 'flex w-full items-center justify-between')}> <div className={cn(className, inline && 'flex w-full items-center justify-between')}>
<div <div
onClick={() => supportFold && toggleFold()} onClick={() => supportFold && toggleFold()}
className={cn('sticky top-0 flex items-center justify-between bg-components-panel-bg', supportFold && 'cursor-pointer')}>
className={cn('sticky top-0 z-10 flex items-center justify-between bg-components-panel-bg', supportFold && 'cursor-pointer')}>
<div className='flex h-6 items-center'> <div className='flex h-6 items-center'>
<div className={cn(isSubTitle ? 'system-xs-medium-uppercase text-text-tertiary' : 'system-sm-semibold-uppercase text-text-secondary')}> <div className={cn(isSubTitle ? 'system-xs-medium-uppercase text-text-tertiary' : 'system-sm-semibold-uppercase text-text-secondary')}>
{title} {required && <span className='text-text-destructive'>*</span>} {title} {required && <span className='text-text-destructive'>*</span>}

Cargando…
Cancelar
Guardar