diff --git a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js index f5bcc07f0..b59fbaad5 100644 --- a/packages/gallery/src/components/gallery/proGallery/galleryContainer.js +++ b/packages/gallery/src/components/gallery/proGallery/galleryContainer.js @@ -308,7 +308,8 @@ export class GalleryContainer extends React.Component { isSEOMode() || isEditMode() || gotFirstScrollEvent || - scrollY > 0 || + scrollY > 0 || // Can be an inner container with its own scroll + window.scrollY || isPreviewMode() || this.props.activeIndex > 0 ) {