diff --git a/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift b/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift index c2a922f..4bbb701 100644 --- a/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift +++ b/Sources/BottomSheet/Core/Presentation/BottomSheetPresentationController.swift @@ -150,7 +150,7 @@ public final class BottomSheetPresentationController: UIPresentationController { } public override var shouldPresentInFullscreen: Bool { - false + true } public override var frameOfPresentedViewInContainerView: CGRect {