From 9ce3991de2e65af6f7c1e1fc0e92dad5b80288d1 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 20 Jul 2026 21:39:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=BE=93=E5=85=A5=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E8=BE=B9=E6=A1=86=E8=A2=AB=E8=A3=81=E5=89=AA=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- LearnEnglish/LearnEnglish/Views/SpellingInputView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift b/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift index 32a18f0..639206d 100644 --- a/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift +++ b/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift @@ -24,6 +24,7 @@ final class SpellingInputView: UIView, UITextFieldDelegate { scrollView.showsHorizontalScrollIndicator = false scrollView.showsVerticalScrollIndicator = false + scrollView.clipsToBounds = false addSubview(scrollView) scrollView.translatesAutoresizingMaskIntoConstraints = false NSLayoutConstraint.activate([