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:
@@ -113,6 +113,7 @@ function TestSubstep(props) {
|
|||||||
<Box
|
<Box
|
||||||
sx={{ maxHeight: 400, overflowY: 'auto', width: '100%' }}
|
sx={{ maxHeight: 400, overflowY: 'auto', width: '100%' }}
|
||||||
data-test="flow-test-substep-output"
|
data-test="flow-test-substep-output"
|
||||||
|
className="nowheel"
|
||||||
>
|
>
|
||||||
<JSONViewer data={dataOut} />
|
<JSONViewer data={dataOut} />
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user