diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 75fcb31a..0ea69352 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -37,6 +37,7 @@ Item { clip: true orientation: Qt.Vertical spacing: Appearance.spacing.smaller + interactive: false delegate: Notification {} diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index c8516d34..a39b5226 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -30,7 +30,6 @@ StyledRect { anchors.fill: parent hoverEnabled: true - preventStealing: true cursorShape: pressed ? Qt.ClosedHandCursor : undefined acceptedButtons: Qt.LeftButton | Qt.MiddleButton