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