fix: add scrollbar to pipeline extensions tab when content overflows (#1781)

* Initial plan

* feat: add scrollbar to pipeline extensions tab

Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
This commit is contained in:
Copilot
2025-11-16 12:38:45 +08:00
committed by GitHub
parent 43553e2c7d
commit 58369480e2
@@ -190,7 +190,7 @@ export default function PipelineDialog({
<DialogTitle>{getDialogTitle()}</DialogTitle> <DialogTitle>{getDialogTitle()}</DialogTitle>
</DialogHeader> </DialogHeader>
<div <div
className="flex-1 auto px-6 pb-4 w-full" className="flex-1 overflow-y-auto px-6 pb-4 w-full"
style={{ height: 'calc(100% - 4rem)' }} style={{ height: 'calc(100% - 4rem)' }}
> >
{currentMode === 'config' && ( {currentMode === 'config' && (