|
|
@@ -834,7 +834,7 @@ const MUI_X_PRODUCTS = [
|
|
|
</Select>
|
|
|
</FormControl>
|
|
|
<Stack spacing={1}>
|
|
|
- <RichTreeView sx={{overflow: "scroll", maxHeight: "48vh"}}
|
|
|
+ <RichTreeView sx={{overflow: "scroll", maxHeight: `calc(100vh - 540px)`}}
|
|
|
onItemSelectionToggle={handleItemSelectionToggleDes}
|
|
|
slots={{ item: CustomTreeItem }}
|
|
|
|