diff --git a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml index 871c5293..e5f3ea75 100644 --- a/components/mobileshell/qml/actiondrawer/ActionDrawer.qml +++ b/components/mobileshell/qml/actiondrawer/ActionDrawer.qml @@ -234,7 +234,8 @@ Item { anchors.fill: parent contentWidth: root.width - contentHeight: root.height * 2 + contentHeight: root.height + 999999 + contentY: contentHeight / 2 // if the recent root.offset change was due to this flickable property bool offsetChangedDueToContentY: false