diff --git a/VDS/Components/TileContainer/TileContainer.swift b/VDS/Components/TileContainer/TileContainer.swift index fc0ffa6e..d94d942f 100644 --- a/VDS/Components/TileContainer/TileContainer.swift +++ b/VDS/Components/TileContainer/TileContainer.swift @@ -244,7 +244,7 @@ open class TileContainerBase: Control where Padding .pinTop(layoutGuide.topAnchor) .pinLeading(layoutGuide.leadingAnchor) .pinTrailing(layoutGuide.trailingAnchor) - .pinBottom(layoutGuide.bottomAnchor, 0, .dragThatCanResizeScene) + .pinBottom(layoutGuide.bottomAnchor, 0, .defaultLow) backgroundImageView.isUserInteractionEnabled = false backgroundImageView.isHidden = true