From 996ce75a2aa3fdbd675020eec6a31b587db0a219 Mon Sep 17 00:00:00 2001 From: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:13:15 +0100 Subject: [PATCH] Fix `z-index` of the menu component (#5273) * change z-index on wz-menu-popover-under * Add changelog --- CHANGELOG.md | 1 + public/components/wz-menu/wz-menu.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98f952b9cb..d6e0a74c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -106,6 +106,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed Inventory module for solaris agents [#5144](https://github.com/wazuh/wazuh-kibana-app/pull/5144) - Fixed the module information button in Office365 and Github Panel tab to open the nav drawer. [#5167](https://github.com/wazuh/wazuh-kibana-app/pull/5167) - Fixed a UI crash due to `external_references` field could be missing in some vulnerability data [#5200](https://github.com/wazuh/wazuh-kibana-app/pull/5200) +- Fixed Wazuh main menu not displayed when navigation menu is locked [#5273](https://github.com/wazuh/wazuh-kibana-app/pull/5273) ### Removed diff --git a/public/components/wz-menu/wz-menu.scss b/public/components/wz-menu/wz-menu.scss index 8252a87f6b..ce929fcb4b 100644 --- a/public/components/wz-menu/wz-menu.scss +++ b/public/components/wz-menu/wz-menu.scss @@ -118,7 +118,7 @@ wz-menu { } .wz-menu-popover.wz-menu-popover-under{ - z-index: 8!important; + z-index: 999!important; } .wz-menu-overview {