diff --git a/src/dashboard/Data/Browser/BrowserTable.react.js b/src/dashboard/Data/Browser/BrowserTable.react.js index 98199624f2..05b0e81529 100644 --- a/src/dashboard/Data/Browser/BrowserTable.react.js +++ b/src/dashboard/Data/Browser/BrowserTable.react.js @@ -76,6 +76,7 @@ export default class BrowserTable extends React.Component { } if (this.state.offset !== offset) { this.setState({ offset }); + this.refs.table.scrollTop = rowsAbove * ROW_HEIGHT; } if (this.props.maxFetched - offset < 100) { this.props.fetchNextPage();