diff --git a/miuix/src/iosMain/kotlin/top/yukonga/miuix/kmp/utils/Overscroll.ios.kt b/miuix/src/iosMain/kotlin/top/yukonga/miuix/kmp/utils/Overscroll.ios.kt index 1204306..901ace8 100644 --- a/miuix/src/iosMain/kotlin/top/yukonga/miuix/kmp/utils/Overscroll.ios.kt +++ b/miuix/src/iosMain/kotlin/top/yukonga/miuix/kmp/utils/Overscroll.ios.kt @@ -1,3 +1,3 @@ package top.yukonga.miuix.kmp.utils -actual fun enableOverscroll(): Boolean = true \ No newline at end of file +actual fun enableOverscroll(): Boolean = false \ No newline at end of file