Skip to content

Commit 13bf826

Browse files
committed
Fix lack of horizontal scrolling. Fixes frontend-collective#95
1 parent beed903 commit 13bf826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react-sortable-tree.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* Extra class applied to VirtualScroll through className prop
1010
*/
1111
.virtualScrollOverride {
12+
overflow: auto !important;
1213
* {
1314
box-sizing: border-box;
1415
}

0 commit comments

Comments
 (0)