From 52352dec39c1a866d99fc6131339ed8b10050fd1 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 2 Aug 2024 11:22:40 -0600 Subject: [PATCH] Fix intermittent issue with the Sub Menu --- themes/default/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css.php b/themes/default/css.php index be0a62baf2..1adad1c030 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -447,7 +447,7 @@ else { //default: white } body { - z-index: 1; + z-index: auto; position: absolute; margin: 0; padding: 0;