From 654c5c66dc02c0225f6fd4a33128f4d61c865075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=B0=D1=81=D1=83=D0=BB?= Date: Fri, 1 Nov 2024 11:53:22 +0300 Subject: [PATCH] fix: update sidebar-zindex --- src/components/App/SideBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App/SideBar/index.tsx b/src/components/App/SideBar/index.tsx index fa207294d..71031f3e0 100644 --- a/src/components/App/SideBar/index.tsx +++ b/src/components/App/SideBar/index.tsx @@ -80,7 +80,7 @@ const Wrapper = styled(Flex)(({ theme }) => ({ background: colors.BG1, height: '100vh', width: '100%', - zIndex: 30, + zIndex: 1, [theme.breakpoints.up('sm')]: { width: MENU_WIDTH, },