Skip to content

Commit

Permalink
Fix vulnerability inventory table scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Oct 25, 2024
1 parent b87b026 commit 0b6abd8
Showing 1 changed file with 0 additions and 5 deletions.
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 0b6abd8

Please sign in to comment.