Merge pull request #2308 from automatisch/AUT-1423

feat: apply React Flow's 'nowheel' class to enable scroll in test output
This commit is contained in:
Ali BARIN
2025-01-27 10:57:09 +01:00
committed by GitHub

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>