diff --git a/org.kde.desktop/ToolTip.qml b/org.kde.desktop/ToolTip.qml --- a/org.kde.desktop/ToolTip.qml +++ b/org.kde.desktop/ToolTip.qml @@ -36,6 +36,9 @@ x: parent ? (parent.width - implicitWidth) / 2 : 0 y: -implicitHeight - 3 + // Always show the tooltip on top of everything else + z: 999 + implicitWidth: contentItem.implicitWidth + leftPadding + rightPadding implicitHeight: contentItem.implicitHeight + topPadding + bottomPadding