Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerability Inventory table doesn't scroll #7127

Closed
asteriscos opened this issue Oct 25, 2024 · 0 comments · Fixed by #7128
Closed

Vulnerability Inventory table doesn't scroll #7127

asteriscos opened this issue Oct 25, 2024 · 0 comments · Fixed by #7128
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@asteriscos
Copy link
Member

Wazuh Rev Browser
4.9.0 00 Chrome, Firefox, Safari, etc

Description

The table in Vulnerabilities / Inventory view doesn't scroll whenever the amount of rows per page is greater than 15.

Note

The original issue was fixed for 4.10.0 but the goal of this one is to apply the fix to 4.9.2

The issue seems to be located in this style

.vulsInventoryContainer .vulsInventoryDataGrid {
    height: calc(100vh - 216px) !important;
}

Related code:
https://github.com/wazuh/wazuh-dashboard-plugins/blob/v4.9.0/plugins/main/public/components/overview/vulnerabilities/dashboards/inventory/inventory.scss#L9-L11

Peek 2024-10-16 18-35

@asteriscos asteriscos added type/bug Bug issue level/task Task issue labels Oct 25, 2024
@asteriscos asteriscos self-assigned this Oct 25, 2024
@asteriscos asteriscos linked a pull request Oct 25, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant