Skip to content

Commit f8816c5

Browse files
authored
Merge pull request #2901 from devtron-labs/fix/popover-position
2 parents a2fff46 + fce6de2 commit f8816c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/CIPipelineN/VariableDataTable/ValueConfigOverlay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export const ValueConfigOverlay = ({ row, handleRowUpdateAction }: ConfigOverlay
286286
}
287287

288288
return (
289-
<div className="p-12 flex-grow-1">
289+
<div ref={scrollableRef} className="p-12 flex-grow-1">
290290
<div className="dc__border-dashed br-6 p-16 flexbox-col dc__align-items-center dc__gap-12">
291291
<ICChoicesDropdown />
292292
<div className="w-100 dc__text-center fs-12 lh-18 flexbox-col dc__gap-2">

src/components/workflowEditor/workflowEditor.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,7 @@ class WorkflowEdit extends Component<WorkflowEditProps, WorkflowEditState> {
846846
text="Learn about creating workflows"
847847
docLinkKey="APP_CREATE_WORKFLOW"
848848
dataTestId="learn-more-about-creating-workflow-link"
849+
fullWidth
849850
/>
850851
</div>
851852
}

0 commit comments

Comments
 (0)