diff --git a/js/ui/modalDialog.js b/js/ui/modalDialog.js index 74fac68f1e..cc0f7bce8e 100644 --- a/js/ui/modalDialog.js +++ b/js/ui/modalDialog.js @@ -485,7 +485,7 @@ var InfoOSD = class { this.actor.add(label); } Main.layoutManager.addChrome(this.actor, { - visibleInFullscreen: false, + visibleInFullscreen: true, affectsInputRegion: false }); }