From f2ac69bc076124ab41ed897de99d5c2e95e30906 Mon Sep 17 00:00:00 2001 From: Hina Shah Date: Wed, 3 Jan 2024 16:00:17 -0500 Subject: [PATCH] BUG: correcting z-index for left drawer --- src/pages/answer/leftDrawer/leftDrawer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/answer/leftDrawer/leftDrawer.css b/src/pages/answer/leftDrawer/leftDrawer.css index 13b66432..9ba9193d 100644 --- a/src/pages/answer/leftDrawer/leftDrawer.css +++ b/src/pages/answer/leftDrawer/leftDrawer.css @@ -3,5 +3,5 @@ width: 220px; position: absolute; margin-top: 14px; - z-index: -1; + z-index: 0; } \ No newline at end of file