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

This commit is contained in:
Kaitlyn Feng 2025-05-30 14:54:30 +08:00 committed by GitHub
parent 51f64797cd
commit c8d9f8e2e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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