diff --git a/Sources/SwiftUIPager/Pager.swift b/Sources/SwiftUIPager/Pager.swift index 91b230b..ca53929 100644 --- a/Sources/SwiftUIPager/Pager.swift +++ b/Sources/SwiftUIPager/Pager.swift @@ -190,7 +190,7 @@ public struct Pager: View where PageView: View, Element: GeometryReader { proxy in self.content(for: proxy.size) } - .clipped() + // .clipped() } func content(for size: CGSize) -> PagerContent {