Remove tree's scrollbar
This commit is contained in:
parent
444e3a3841
commit
f478db4af8
|
@ -409,7 +409,7 @@ class FileTree extends React.Component {
|
|||
return (
|
||||
<Tree
|
||||
height={"calc(100vh - 220px)"}
|
||||
virtual={false}
|
||||
virtual={true}
|
||||
className="draggable-tree"
|
||||
multiple={false}
|
||||
checkable
|
||||
|
|
Loading…
Reference in New Issue