replace desktop outer scroll view with Column, so that there will be

only one scrollbar

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-09-25 21:04:40 +08:00
parent 28b28cfef6
commit 23680ccb14
2 changed files with 12 additions and 27 deletions

View File

@@ -146,7 +146,7 @@ class _PeerTabPageState extends State<PeerTabPage>
],
)),
),
),
).paddingOnly(right: isDesktop ? 12 : 0),
_createPeersView(),
],
);