opt scrollBehavior

Closes #1328

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-26 09:33:32 +08:00
parent 7637c44645
commit 33c8d69a58

View File

@@ -244,7 +244,9 @@ class MyApp extends StatelessWidget {
FlutterSmartDialog.observer,
PageUtils.routeObserver,
],
scrollBehavior: const ScrollBehavior().copyWith(scrollbars: false),
scrollBehavior: const MaterialScrollBehavior().copyWith(
scrollbars: false,
),
);
}),
);