Skip to content

Commit

Permalink
fix(Table): mismatch between minWidth and value, close #554
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Apr 8, 2019
1 parent e11f1df commit c589863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/table/virtual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default function virtual(BaseComponent) {
dom.setStyle(rightNode, 'max-height', clientHeight);
this.hasScrollbar = true;
} else {
dom.setStyle(virtualScrollNode, 'min-width', 'auto');
this.hasScrollbar = false;
}
}
Expand Down

0 comments on commit c589863

Please sign in to comment.