Remove Kirigami.OverlayZStacking from HoverLinkIndicator

I forgot this is for Popups only, let's just go back to the good
old days of hardcoding a Z value.
This commit is contained in:
Joshua Goins
2025-08-28 16:48:57 -04:00
parent 8bef9713fd
commit 4b3cc750a1

View File

@@ -20,8 +20,7 @@ RowLayout {
}
}
Kirigami.OverlayZStacking.layer: Kirigami.OverlayZStacking.ToolTip
z: Kirigami.OverlayZStacking.z
z: 99
spacing: 0
opacity: (!root.text.startsWith("https://matrix.to/") && root.text.length > 0) ? 1 : 0