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:
@@ -20,8 +20,7 @@ RowLayout {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Kirigami.OverlayZStacking.layer: Kirigami.OverlayZStacking.ToolTip
|
z: 99
|
||||||
z: Kirigami.OverlayZStacking.z
|
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
opacity: (!root.text.startsWith("https://matrix.to/") && root.text.length > 0) ? 1 : 0
|
opacity: (!root.text.startsWith("https://matrix.to/") && root.text.length > 0) ? 1 : 0
|
||||||
|
|||||||
Reference in New Issue
Block a user