Upgraded UI drastically
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user