Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dydx committed Dec 1, 2023
1 parent ded3aef commit bb434cd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ extension UIViewController: PanModalPresentable {
public var panScrollable: UIScrollView? {
return scrollable
}

public var longFormHeight: PanModalHeight {
return panScrollable == nil ? .intrinsicHeight : .maxHeightWithTopInset(20)
}



@objc open var cornerRadius: CGFloat {
return 36.0
}
Expand Down

0 comments on commit bb434cd

Please sign in to comment.