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:
parent
8e0c8a5c5e
commit
1da749ebe9
|
@ -13,7 +13,7 @@ import shared.popups 1.0
|
|||
import "stores"
|
||||
import "popups"
|
||||
|
||||
ScrollView {
|
||||
StatusScrollView {
|
||||
id: root
|
||||
|
||||
property CommunitiesStore communitiesStore: CommunitiesStore {}
|
||||
|
|
Loading…
Reference in New Issue