feat(mobile): action bottom sheet on map timeline (#27515)

This commit is contained in:
Yaros 2026-04-24 16:30:10 +02:00 committed by GitHub
parent 350056dd1a
commit 39cfad7136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 7 deletions

View file

@ -469,6 +469,7 @@ class _SliverTimelineState extends ConsumerState<_SliverTimeline> {
ref.read(timelineStateProvider.notifier).setScrolling(true);
},
child: Stack(
clipBehavior: Clip.none,
children: [
timeline,
if (isBottomWidgetVisible)