fix(@desktop/general): broken `StatusModal` popups fixed

This commit is contained in:
Sale Djenic 2023-02-01 11:26:16 +01:00 committed by Anthony Laibe
parent c2c9ede0f3
commit 35edc2acfd
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ Flickable {
rightMargin: rightPadding
contentWidth: contentItem.childrenRect.width
contentHeight: contentItem.childrenRect.height
implicitWidth: contentWidth + leftPadding + rightPadding
implicitHeight: contentHeight + topPadding + bottomPadding
boundsBehavior: Flickable.StopAtBounds
maximumFlickVelocity: 2000
synchronousDrag: true