Hosts page scrolls with fixed nav

pull/10616/head
Alex P 2016-11-11 12:10:21 -08:00
parent ae76c8fbec
commit 8176139ab9
1 changed files with 6 additions and 5 deletions

View File

@ -53,11 +53,12 @@ export const HostsPage = React.createClass({
</div>
</div>
</div>
<div className="container-fluid">
<div className="row">
<div className="col-md-12">
<HostsTable source={this.props.source} hosts={_.values(this.state.hosts)} />
<div className="hosts-page-scroll-container">
<div className="container-fluid">
<div className="row">
<div className="col-md-12">
<HostsTable source={this.props.source} hosts={_.values(this.state.hosts)} />
</div>
</div>
</div>
</div>