|
|
@ -232,7 +232,7 @@ class ArtistIndexOverviews extends Component {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<Measure onMeasure={this.onMeasure}>
|
|
|
|
<Measure onMeasure={this.onMeasure}>
|
|
|
|
<WindowScroller
|
|
|
|
<WindowScroller
|
|
|
|
scrollElement={isSmallScreen ? null : this._contentBodyNode}
|
|
|
|
scrollElement={isSmallScreen ? undefined : this._contentBodyNode}
|
|
|
|
onScroll={onScroll}
|
|
|
|
onScroll={onScroll}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{({ height, isScrolling }) => {
|
|
|
|
{({ height, isScrolling }) => {
|
|
|
|