added explanation for scroll configuation
This commit is contained in:
parent
122519d9ce
commit
0d896e24d2
1 changed files with 4 additions and 1 deletions
|
|
@ -105,6 +105,8 @@ class ChatDetailsView extends StatelessWidget {
|
|||
),
|
||||
body: MaxWidthBody(
|
||||
// #Pangea
|
||||
// chat description title has its own scrollbar so we disable the parent one
|
||||
// otherwise they scroll with each other
|
||||
child: ScrollConfiguration(
|
||||
behavior:
|
||||
ScrollConfiguration.of(context).copyWith(scrollbars: false),
|
||||
|
|
@ -420,7 +422,8 @@ class ChatDetailsView extends StatelessWidget {
|
|||
// trailing: const Icon(Icons.chevron_right_outlined),
|
||||
// Pangea#
|
||||
onTap: () => context.push(
|
||||
'/rooms/${room.id}/details/permissions'),
|
||||
'/rooms/${room.id}/details/permissions',
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
height: 1,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue