diff --git a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml index 0ad952bb..6963c50a 100644 --- a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml +++ b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml @@ -36,7 +36,7 @@ Scope { // Scope } exclusiveZone: sidebarRoot.pin ? sidebarWidth : 0 - implicitWidth: Appearance.sizes.sidebarWidthExtended + implicitWidth: Appearance.sizes.sidebarWidthExtended + Appearance.sizes.elevationMargin WlrLayershell.namespace: "quickshell:sidebarLeft" // Hyprland 0.49: OnDemand is Exclusive, Exclusive just breaks click-outside-to-close // WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand