mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-26 12:17:14 +00:00
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:
@@ -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' && (
|
||||||
|
|||||||
Reference in New Issue
Block a user