We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d9611 commit 77d8296Copy full SHA for 77d8296
frontend/ongi/lib/screens/health/health_home_screen.dart
@@ -377,13 +377,15 @@ class _HealthHomeScreenState extends State<HealthHomeScreen> {
377
Positioned(
378
right: 0,
379
top: -20,
380
- child: Container(
381
- height: 150,
382
- clipBehavior: Clip.hardEdge,
383
- decoration: const BoxDecoration(),
384
- child: Image.asset(
385
- 'assets/images/parent_exercise_icon.png',
386
- width: 170,
+ child: IgnorePointer(
+ child: Container(
+ height: 150,
+ clipBehavior: Clip.hardEdge,
+ decoration: const BoxDecoration(),
+ child: Image.asset(
+ 'assets/images/parent_exercise_icon.png',
387
+ width: 170,
388
+ ),
389
),
390
391
0 commit comments