diff --git a/packages/gallery/src/components/gallery/proGallery/slideshowView.js b/packages/gallery/src/components/gallery/proGallery/slideshowView.js index 294c402cf..6d48ddc85 100644 --- a/packages/gallery/src/components/gallery/proGallery/slideshowView.js +++ b/packages/gallery/src/components/gallery/proGallery/slideshowView.js @@ -1005,6 +1005,7 @@ class SlideshowView extends React.Component { this.props.options.layoutParams_structure_gallerySpacing), width: this.props.container.width, height: this.props.container.height, + overflow: 'hidden', }; }