[feat] add overflow scroll with fixed max accordion height

Signed-off-by: Jithen Shriyan <shriyanjithen@gmail.com>
This commit is contained in:
Jithen Shriyan
2024-01-11 23:49:44 -05:00
parent e511794185
commit 969daf7d6b
@@ -60,7 +60,9 @@ const useStyles = makeStyles(
marginBottom: theme.spacing(4),
},
},
text: {
stackTraceText: {
maxHeight: '30vh',
overflow: 'scroll',
fontFamily: 'monospace',
whiteSpace: 'pre',
overflowX: 'auto',
@@ -117,7 +119,7 @@ export function ErrorPage(props: IErrorPageProps) {
<Grid item xs={11}>
<Typography variant="subtitle1">Stack Trace</Typography>
<Typography
className={classes.text}
className={classes.stackTraceText}
color="textSecondary"
variant="body2"
>