mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-15 04:12:32 +00:00
add max height to task manager
This commit is contained in:
parent
f75efc8cf6
commit
7c8c6eaba3
@ -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 }}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user