Improve scroll persistence on editorial screen

This commit is contained in:
Shawn 2023-04-18 11:21:53 -06:00
parent c6eec34922
commit b90108fa92

View File

@ -107,6 +107,7 @@ class _WonderEditorialScreenState extends State<WonderEditorialScreen> {
primary: false,
controller: _scroller,
scrollBehavior: ScrollConfiguration.of(context).copyWith(),
key: PageStorageKey('editorial'),
slivers: [
/// Invisible padding at the top of the list, so the illustration shows through the btm
SliverToBoxAdapter(