diff --git a/shell/plugins/notifications/Service.qml b/shell/plugins/notifications/Service.qml index 10840cf3..8d050350 100644 --- a/shell/plugins/notifications/Service.qml +++ b/shell/plugins/notifications/Service.qml @@ -795,12 +795,7 @@ Item { // Keep the surface click-through except over the toast column, so the // rest of the (invisible) full-screen overlay never eats input. - mask: Region { - x: popupColumn.x - y: popupColumn.y - width: popupColumn.width - height: popupColumn.height - } + mask: Region { item: popupColumn } ColumnLayout { id: popupColumn