From d476b50e3bd6670c3ab11dfedf7fb33cdd6be118 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Wed, 11 Sep 2024 14:56:04 -0400 Subject: [PATCH] adjusting the zindex of the sidebar so it is above the sliding tray. --- src/components/sidebar/sidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sidebar/sidebar.js b/src/components/sidebar/sidebar.js index 003e94f..d59aba8 100644 --- a/src/components/sidebar/sidebar.js +++ b/src/components/sidebar/sidebar.js @@ -46,7 +46,7 @@ export const Sidebar = () => { position: 'absolute', top: 0, left: 0, height: '100vh', - zIndex: 1000, + zIndex: 1001, maxWidth: '68px', overflow: 'hidden', p: 0,