From 68e1e9f6a3a7afd9934181724350718618d3a817 Mon Sep 17 00:00:00 2001 From: Hasanul Haque Banna Date: Thu, 18 Apr 2024 09:11:19 +0600 Subject: [PATCH] zindex problem resolved --- lib/AnimatedCursor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AnimatedCursor.tsx b/lib/AnimatedCursor.tsx index 1b2aeed..e08a770 100644 --- a/lib/AnimatedCursor.tsx +++ b/lib/AnimatedCursor.tsx @@ -335,7 +335,7 @@ function CursorCore({ }, [showSystemCursor]) const coreStyles: CSSProperties = { - zIndex: 999, + zIndex: 99999999999999999999, display: 'flex', justifyContent: 'center', alignItems: 'center',