From e09e81a536670e035e46689a67b8db3533e48476 Mon Sep 17 00:00:00 2001 From: Shamiul Mowla Date: Thu, 18 Jan 2024 14:46:18 -0500 Subject: [PATCH] Fix the index for the side menu bar. --- sandbox/src/App.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/src/App.js b/sandbox/src/App.js index 1371563bd..a8a015052 100755 --- a/sandbox/src/App.js +++ b/sandbox/src/App.js @@ -62,7 +62,8 @@ const MenuIcon = function MenuIcon() { left: 0, width: "200px", height: "100vh", - background: "white" + background: "white", + zIndex: 1000 }} >