Skip to content

Commit

Permalink
Removing unnecessary scroll under list item
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradPietocha committed Jan 24, 2025
1 parent b109663 commit 99f87ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/CustomResources/GroupingListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
ui5-table-cell[slot='default-2'] {
width: 22vw;
}

ui5-panel {
&::part(content) {
overflow: unset;
}
}
}

@media (max-width: 850px) {
Expand Down

0 comments on commit 99f87ba

Please sign in to comment.