mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
opt scrollBehavior
Closes #1328 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -244,7 +244,9 @@ class MyApp extends StatelessWidget {
|
||||
FlutterSmartDialog.observer,
|
||||
PageUtils.routeObserver,
|
||||
],
|
||||
scrollBehavior: const ScrollBehavior().copyWith(scrollbars: false),
|
||||
scrollBehavior: const MaterialScrollBehavior().copyWith(
|
||||
scrollbars: false,
|
||||
),
|
||||
);
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user