diff --git a/Sources/makata-user-interface/controller-template/controller-template-page.swift b/Sources/makata-user-interface/controller-template/controller-template-page.swift index 2032342..b352814 100644 --- a/Sources/makata-user-interface/controller-template/controller-template-page.swift +++ b/Sources/makata-user-interface/controller-template/controller-template-page.swift @@ -49,7 +49,6 @@ public extension Templates { } if let content = content as? UIScrollView { - content.alwaysBounceVertical = true content.delegate = self }