|
|
@ -204,6 +204,10 @@ class AddListMovieOverviews extends Component {
|
|
|
|
scrollElement={isSmallScreen ? undefined : scroller}
|
|
|
|
scrollElement={isSmallScreen ? undefined : scroller}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{({ height, registerChild, onChildScroll, scrollTop }) => {
|
|
|
|
{({ height, registerChild, onChildScroll, scrollTop }) => {
|
|
|
|
|
|
|
|
if (!height) {
|
|
|
|
|
|
|
|
return <div />;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div ref={registerChild}>
|
|
|
|
<div ref={registerChild}>
|
|
|
|
<Grid
|
|
|
|
<Grid
|
|
|
|