fix(CommunitPortal): Scroll doesn't work correctly on the Community Portal page

- Replaced `ScrollView` to new component in `StatusQ` -> `StatusScrollView`.

Fixes #6356
This commit is contained in:
Noelia 2022-07-14 14:14:43 +02:00 committed by Noelia
parent 8e0c8a5c5e
commit 1da749ebe9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import shared.popups 1.0
import "stores"
import "popups"
ScrollView {
StatusScrollView {
id: root
property CommunitiesStore communitiesStore: CommunitiesStore {}