diff --git a/README.md b/README.md index 3c1baace..32cde361 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ The documentation for the latest release is available here: * [main](https://nonameplum.github.io/SwiftUIModal/main/documentation/swiftuimodal/) * [1.0.0](https://nonameplum.github.io/SwiftUIModal/1.0.0/documentation/swiftuimodal/) * [1.0.1](https://nonameplum.github.io/SwiftUIModal/1.0.1/documentation/swiftuimodal/) +* [1.0.2](https://nonameplum.github.io/SwiftUIModal/1.0.2/documentation/swiftuimodal/) ## License diff --git a/Sources/SwiftUIModal/BottomSheetView.swift b/Sources/SwiftUIModal/BottomSheetView.swift index b1465dfb..e4618b03 100644 --- a/Sources/SwiftUIModal/BottomSheetView.swift +++ b/Sources/SwiftUIModal/BottomSheetView.swift @@ -56,6 +56,7 @@ public struct BottomSheetView: DismissableView where Content: View { dismiss() }) .opacity(show ? 1 : 0) + .ignoresSafeArea() } .contentShape(Rectangle()) .onAppear {