diff --git a/panels/notification/center/NotifyView.qml b/panels/notification/center/NotifyView.qml index ce08b1e0c..63b7234c5 100644 --- a/panels/notification/center/NotifyView.qml +++ b/panels/notification/center/NotifyView.qml @@ -61,6 +61,7 @@ Control { snapMode: ListView.SnapToItem keyNavigationEnabled: false activeFocusOnTab: false + boundsBehavior: Flickable.StopAtBounds ScrollBar.vertical: ScrollBar { } topMargin: 20 leftMargin: NotifyStyle.leftMargin