Skip to content

Commit 754dbaf

Browse files
committed
Fill containing block height by default
1 parent ed8b84a commit 754dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableScrollbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const propTypes = {
1111
};
1212

1313
const defaultProps = {
14-
height: "auto",
14+
height: "100%",
1515
};
1616

1717

0 commit comments

Comments
 (0)