Skip to content

Commit 4ef05d7

Browse files
authored
Fix scroll jump when selecting items at the bottom of the benchmark regions list (#2055)
Fixes OPS-3835.
1 parent 81d1642 commit 4ef05d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-ui/src/app/features/benchmark/components/benchmark-wizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const BenchmarkWizard = ({
158158
<DynamicBenchmarkStep
159159
stepResponse={currentStepResponse}
160160
value={currentSelections}
161-
stepBodyClassName="flex-1 min-h-0 overflow-y-auto"
161+
stepBodyClassName="relative flex-1 min-h-0 overflow-y-auto"
162162
onValueChange={setCurrentSelections}
163163
/>
164164
)}

0 commit comments

Comments
 (0)