Skip to content

Commit

Permalink
fix: removed hit test behaviour from avatar rail
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Nov 4, 2024
1 parent 08382f6 commit ef946c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/components/avatar_rail/avatar_rail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ class ZetaAvatarRail extends StatelessWidget {
children: [
SingleChildScrollView(
scrollDirection: Axis.horizontal,
hitTestBehavior: HitTestBehavior.translucent,
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down

0 comments on commit ef946c3

Please sign in to comment.