We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d1642 commit 4ef05d7Copy full SHA for 4ef05d7
1 file changed
packages/react-ui/src/app/features/benchmark/components/benchmark-wizard.tsx
@@ -158,7 +158,7 @@ export const BenchmarkWizard = ({
158
<DynamicBenchmarkStep
159
stepResponse={currentStepResponse}
160
value={currentSelections}
161
- stepBodyClassName="flex-1 min-h-0 overflow-y-auto"
+ stepBodyClassName="relative flex-1 min-h-0 overflow-y-auto"
162
onValueChange={setCurrentSelections}
163
/>
164
)}
0 commit comments