| @@ -36,7 +36,12 @@ function TreeViewFiles({ onSelectCategory }) { | |||
| aria-label="rich object" | |||
| defaultCollapseIcon={<ExpandMoreIcon />} | |||
| defaultExpandIcon={<ChevronRightIcon />} | |||
| sx={{ flexGrow: 1, overflowY: "auto" }} | |||
| sx={{ | |||
| flexGrow: 1, | |||
| overflowY: "auto", | |||
| zIndex: 100000, | |||
| position: "relative", | |||
| }} | |||
| > | |||
| {renderTree(category)} | |||
| </TreeView> | |||
| @@ -185,7 +185,7 @@ const AddFile = ({ history }) => { | |||
| <img src={uploadIcon} /> | |||
| <div className="uploadCV-input-sub-container"> | |||
| {pdfFile !== null ? ( | |||
| <p>{pdfFile.name}</p> | |||
| <p style={{ maxWidth: "80%" }}>{pdfFile.name}</p> | |||
| ) : ( | |||
| <> | |||
| <p> | |||