From cc60da98dcc2912e9473822551ad4eaf9cbf2136 Mon Sep 17 00:00:00 2001 From: Muukii Date: Tue, 21 Jul 2026 22:03:59 +0900 Subject: [PATCH] Update --- Rideau/Core/RideauView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rideau/Core/RideauView.swift b/Rideau/Core/RideauView.swift index fc27f0b..e5948ac 100644 --- a/Rideau/Core/RideauView.swift +++ b/Rideau/Core/RideauView.swift @@ -105,7 +105,7 @@ extension RideauView { /** A view that manages sheet UI. - You may use ``RideauContentType`` in a view what you want to show in the sheet. + You may use ``RideauContentType`` in a view what you want to show in the sheet. */ public final class RideauView: RideauTouchThroughView { @@ -296,7 +296,7 @@ public final class RideauView: RideauTouchThroughView { } let screenHeight = UIScreen.main.bounds.height - return screenHeight - v.cgRectValue.minY + return max(0, screenHeight - v.cgRectValue.minY) } var animationDuration: Double {