Upgraded UI drastically

This commit is contained in:
Ano-sys
2026-04-03 00:44:55 +02:00
parent 8735570f35
commit 1ff80890d5
3 changed files with 209 additions and 76 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ public static class CardHoverEffectBehavior
if (sender is not Control element)
return;
element.ZIndex = 1;
element.ZIndex = 10;
var visual = ElementComposition.GetElementVisual(element);
var compositor = visual?.Compositor;