Skip to content

Commit

Permalink
Fix scroll in vulnerabilities inventory table (#7118)
Browse files Browse the repository at this point in the history
* Remove fixed height in Vulnerabilities Inventory table

* Add changelog
  • Loading branch information
asteriscos authored Oct 23, 2024
1 parent 576a403 commit 5fb561b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.10.0 - OpenSearch Dashboards 2.16.0 - Revision 03

## Fixed

- Fixed the filter are displayed cropped on screens of 575px to 767px in vulnerability detection module [#7047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047)

### Added

- Support for Wazuh 4.10.0
Expand Down Expand Up @@ -35,6 +31,8 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed export formatted csv data with special characters from tables [#7048](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7048)
- Fixed column reordering feature [#7072](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7072)
- Fixed filter management to prevent hiding when adding multiple filters [#7077](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7077)
- Fixed vulnerabilities inventory table scroll [#7118](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7118)
- Fixed the filter are displayed cropped on screens of 575px to 767px in vulnerability detection module [#7047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047)

### Removed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
height: max-content !important;
}

// This makes the table not generate an unnecessary scroll when filtering data from 1 page and then do another search for more pages.
.vulsInventoryDataGrid {
height: calc(100vh - 216px) !important;
}

.euiDataGrid--fullScreen {
height: calc(100vh - 49px);
bottom: 0;
Expand Down

0 comments on commit 5fb561b

Please sign in to comment.