feat: apply React Flow's 'nowheel' class to enable scroll in test output

This commit is contained in:
kasia.oczkowska
2025-01-24 11:10:29 +00:00
parent 3961bb12cd
commit 0e4c66bb74

View File

@@ -113,6 +113,7 @@ function TestSubstep(props) {
<Box
sx={{ maxHeight: 400, overflowY: 'auto', width: '100%' }}
data-test="flow-test-substep-output"
className="nowheel"
>
<JSONViewer data={dataOut} />
</Box>