add max height to task manager

This commit is contained in:
PhilReact 2024-09-09 20:49:55 +03:00
parent f75efc8cf6
commit 7c8c6eaba3

View File

@ -159,7 +159,10 @@ export const TaskManger = ({getUserInfo}) => {
{open ? <ExpandLess /> : <ExpandMore />}
</ListItemButton>
<Collapse in={open} timeout="auto" unmountOnExit>
<List component="div" disablePadding>
<List component="div" disablePadding sx={{
maxHeight: '400px',
overflow: 'auto'
}}>
{txList.map((item) => {
return (
<ListItemButton key={item?.signature} sx={{ pl: 4 }}>