diff --git a/js/ui/screenShield.js b/js/ui/screenShield.js index 4264f01b7..8452bc60c 100644 --- a/js/ui/screenShield.js +++ b/js/ui/screenShield.js @@ -478,6 +478,7 @@ const ScreenShield = new Lang.Class({ this._lockDialogGroup = new St.Widget({ x_expand: true, y_expand: true, + reactive: true, opacity: 0, pivot_point: new Clutter.Point({ x: 0.5, y: 0.5 }), name: 'lockDialogGroup' });