diff --git a/modules/Flyout.qml b/modules/Flyout.qml index 69fde22..e67c86f 100644 --- a/modules/Flyout.qml +++ b/modules/Flyout.qml @@ -33,7 +33,7 @@ PanelWindow { Rectangle { anchors.fill: parent color: M.Theme.base00 - opacity: M.Theme.barOpacity + opacity: Math.max(M.Theme.barOpacity, 0.85) topLeftRadius: 0 topRightRadius: 0 bottomLeftRadius: M.Theme.radius