Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit f515161

Browse files
authored
fix: Added scroll for log view
1 parent dc6ee34 commit f515161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Stream/Views/Explore/JSONView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ const JsonView = (props: {
375375
className={classes.innerContainer}
376376
style={{ display: 'flex', flexDirection: 'row', maxHeight: `calc(100vh - ${primaryHeaderHeight}px )` }}>
377377
<Stack gap={0} style={{ width: '100%' }}>
378-
<Stack>
378+
<Stack style={{ overflowY: 'scroll' }}>
379379
<JsonRows isSearching={isSearching} setContextMenu={setContextMenu} />
380380
</Stack>
381381
</Stack>

0 commit comments

Comments
 (0)