We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40ddb31 + 59f3640 commit a3da56cCopy full SHA for a3da56c
package.json
@@ -35,7 +35,7 @@
35
"react-dnd": "^2.1.4",
36
"react-dnd-html5-backend": "^2.1.2",
37
"react-dnd-scrollzone": "^3.1.0",
38
- "react-virtualized": "^8.0.4"
+ "react-virtualized": "^9.3.0"
39
},
40
"peerDependencies": {
41
"react": "^15.3.0",
src/react-sortable-tree.scss
@@ -13,11 +13,3 @@
13
box-sizing: border-box;
14
}
15
16
-
17
-:global .ReactVirtualized__Grid__innerScrollContainer {
18
- overflow: visible;
19
-}
20
21
-:global .ReactVirtualized__Grid {
22
- outline: none;
23
0 commit comments