Skip to content

Commit 68827e0

Browse files
committed
Fix horizontal scrolling (for real this time)
Note: this makes react-virtualized less efficient at omitting rows that don't show onscreen. I couldn't figure out a way around that.
1 parent 356922b commit 68827e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/react-sortable-tree.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
}
1515
}
1616

17+
:global .ReactVirtualized__Grid__innerScrollContainer {
18+
overflow: visible !important;
19+
}
20+
1721
:global .ReactVirtualized__Grid {
1822
outline: none;
1923
}

0 commit comments

Comments
 (0)