diff --git a/js/ui/overview.js b/js/ui/overview.js index 224057640..6a463c0c9 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -393,10 +393,8 @@ var Overview = new Lang.Class({ if (!Main.layoutManager.primaryMonitor) return; - let workArea = Main.layoutManager.getWorkAreaForMonitor(Main.layoutManager.primaryIndex); - - this._coverPane.set_position(0, workArea.y); - this._coverPane.set_size(workArea.width, workArea.height); + this._coverPane.set_position(0, 0); + this._coverPane.set_size(global.screen_width, global.screen_height); this._updateBackgrounds(); },