This commit is contained in:
zhutao
2025-09-09 15:11:00 +08:00
parent 900dc025d7
commit d902f72335
6 changed files with 123 additions and 18 deletions

View File

@@ -24,6 +24,7 @@ class ScrollBox extends StatelessWidget {
),
child: Scrollbar(
child: SingleChildScrollView(
physics: const BouncingScrollPhysics(),
child: child,
),
),