Closed
Description
When we use a scaffold setup like so:
body: new CustomScrollView(
slivers: [
new SliverAppBar(
title: new AppBarTitle(title: gtString.notificationDetail)),
new CardContainer(cards: [
new NotificationInfoCard(timestamp: widget.timestamp),
new NotificationAccountCard(timestamp: widget.timestamp),
new NotificationSiteCard(timestamp: widget.timestamp),
]),
The overscroll indicator appears on top of the app rather than within the card container.