scroll lista iniziale, link react readme, minor changes

This commit is contained in:
matteo
2018-11-21 21:14:52 +01:00
parent 1a1ba9756f
commit 403cbc013d
6 changed files with 30 additions and 14 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ class App extends React.Component {
render() {
return (
<React.Fragment>
<Row>
<TopBar />
</Row>
<Row className="justify-content-center bg-black">
<Col xs="12" sm="6">
<Switch>
@@ -22,7 +24,7 @@ class App extends React.Component {
</Switch>
</Col>
</Row>
<Row>
<Row className='scrollable'>
<Switch>
<Route path="/video/:id" component={VideoInfo} />
<Route exact path='/' component={VideoList} />