Adapt the height of the image gallery in the Custom Page

To adapt the height of your image gallery block in a custom page feature, and thus eliminate the scroll, you can use this CSS snippet in the Advanced Customization section of the Colors menu :

.item.item-image-gallery {
height: inherit;
}