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

pull/19698/head
Kaitlyn Feng 1 year ago
parent e040f8069b
commit 04ecdd5536

@ -33,7 +33,7 @@ const UserInput = () => {
return null return null
return ( 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'> <div className='px-4 pb-4 pt-3'>
{variables.map((variable, index) => ( {variables.map((variable, index) => (
<div <div

Loading…
Cancel
Save