fix(mobile): my location button on maps not visible due to bottom padding (#10384)

fix(maps): my location button not visible due to bottom padding
This commit is contained in:
RanKKI 2024-06-18 01:48:58 +10:00 committed by GitHub
parent eb987c14c1
commit 7ce87abc95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,7 +298,7 @@ class MapPage extends HookConsumerWidget {
),
Positioned(
right: 0,
bottom: 30,
bottom: MediaQuery.of(context).padding.bottom + 16,
child: ElevatedButton(
onPressed: onZoomToLocation,
style: ElevatedButton.styleFrom(