Skip to content

Commit

Permalink
Fix z-index of the menu component (#5273)
Browse files Browse the repository at this point in the history
* change z-index on wz-menu-popover-under

* Add changelog
  • Loading branch information
yenienserrano authored Mar 9, 2023
1 parent 08fc532 commit 6459f71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed Inventory module for solaris agents [#5144](https:/wazuh/wazuh-kibana-app/pull/5144)
- Fixed the module information button in Office365 and Github Panel tab to open the nav drawer. [#5167](https:/wazuh/wazuh-kibana-app/pull/5167)
- Fixed a UI crash due to `external_references` field could be missing in some vulnerability data [#5200](https:/wazuh/wazuh-kibana-app/pull/5200)
- Fixed Wazuh main menu not displayed when navigation menu is locked [#5273](https:/wazuh/wazuh-kibana-app/pull/5273)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion public/components/wz-menu/wz-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ wz-menu {
}

.wz-menu-popover.wz-menu-popover-under{
z-index: 8!important;
z-index: 999!important;
}

.wz-menu-overview {
Expand Down

0 comments on commit 6459f71

Please sign in to comment.