From fb85956550fd277612d60a4c67d34a0e00513e01 Mon Sep 17 00:00:00 2001 From: Hafizh Ibnu Syam Date: Mon, 6 Nov 2023 09:38:23 +0700 Subject: [PATCH] Revert "[FIX] web_responsive: Update z-index in apps menu.scss to fix overlapping issue:" This reverts commit 5de47a859287bbd71cd0532a739a0f943d6384ad. --- web_responsive/static/src/components/apps_menu/apps_menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_responsive/static/src/components/apps_menu/apps_menu.scss b/web_responsive/static/src/components/apps_menu/apps_menu.scss index 478a2978a..d8611336f 100644 --- a/web_responsive/static/src/components/apps_menu/apps_menu.scss +++ b/web_responsive/static/src/components/apps_menu/apps_menu.scss @@ -10,7 +10,7 @@ position: fixed; margin: 0; width: 100vw; - z-index: 10000; + z-index: 1000; left: 0 !important; }