From 930358a7a3134ba14ea5228fc59f410df1114c83 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 25 Sep 2024 16:48:10 -0500 Subject: [PATCH] Z index --- src/view/shell/desktop/LeftNav.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index f57ac00d53..9582eed1e0 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -199,6 +199,7 @@ function NavItem({count, href, icon, iconFilled, label}: NavItemProps) { style={[ a.align_center, a.justify_center, + a.z_10, { width: 24, height: 24,