diff --git a/quickshell/Modules/ControlCenter/ControlCenterPopout.qml b/quickshell/Modules/ControlCenter/ControlCenterPopout.qml index 0b9aa9ea..065d09c1 100644 --- a/quickshell/Modules/ControlCenter/ControlCenterPopout.qml +++ b/quickshell/Modules/ControlCenter/ControlCenterPopout.qml @@ -12,7 +12,7 @@ DankPopout { id: root layerNamespace: "dms:control-center" - fullHeightSurface: false + fullHeightSurface: true property string expandedSection: "" property var triggerScreen: null diff --git a/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml b/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml index 3f9c2f80..2c58e62c 100644 --- a/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml +++ b/quickshell/Modules/Notifications/Center/NotificationCenterPopout.qml @@ -7,7 +7,7 @@ DankPopout { id: root layerNamespace: "dms:notification-center-popout" - fullHeightSurface: false + fullHeightSurface: true property bool notificationHistoryVisible: false property var triggerScreen: null