Skip to content

Commit a3da56c

Browse files
authored
Merge pull request #71 from fritz-c/fix-horizontal-scroll
Fix horizontal scroll
2 parents 40ddb31 + 59f3640 commit a3da56c

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-dnd": "^2.1.4",
3636
"react-dnd-html5-backend": "^2.1.2",
3737
"react-dnd-scrollzone": "^3.1.0",
38-
"react-virtualized": "^8.0.4"
38+
"react-virtualized": "^9.3.0"
3939
},
4040
"peerDependencies": {
4141
"react": "^15.3.0",

src/react-sortable-tree.scss

-8
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,3 @@
1313
box-sizing: border-box;
1414
}
1515
}
16-
17-
:global .ReactVirtualized__Grid__innerScrollContainer {
18-
overflow: visible;
19-
}
20-
21-
:global .ReactVirtualized__Grid {
22-
outline: none;
23-
}

0 commit comments

Comments
 (0)