From 682f7697a546797966728276f3baa9abd2244500 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:38:21 +0300 Subject: [PATCH] fix: fixed sidebar z-index --- src/components/App/SecondarySidebar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/App/SecondarySidebar/index.tsx b/src/components/App/SecondarySidebar/index.tsx index 8a38dbbe7..2ca6052a1 100644 --- a/src/components/App/SecondarySidebar/index.tsx +++ b/src/components/App/SecondarySidebar/index.tsx @@ -40,7 +40,7 @@ const Wrapper = styled(Flex)(({ theme }) => ({ height: '100vh', padding: '16px 20px', width: '100%', - zIndex: 30, + zIndex: 1, display: 'flex', [theme.breakpoints.up('sm')]: { width: MENU_WIDTH,