Skip to content

Commit cca80e1

Browse files
committed
Disable scrolls in opening hours table of buildingPage.dart
1 parent 525b223 commit cca80e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/buildingPage.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class OpeningHourCard extends StatelessWidget {
5959
Theme.of(context).textTheme.bodyLarge!.fontSize!),
6060
child: ListView.separated(
6161
shrinkWrap: true,
62+
physics: const NeverScrollableScrollPhysics(),
6263
itemCount: hoursList.length,
6364
itemBuilder: (BuildContext context, int index) {
6465
return hoursList[index];

0 commit comments

Comments
 (0)