Skip to content

Commit

Permalink
Remove duplicate scrollbar from summary tab card content
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Dec 27, 2024
1 parent f0c12b9 commit 4604df0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/sbom-report-tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ $severity-none-background: var(--status-neutral-background);
.flex-gap-24 {
gap: 24px;
}

.overflow-hidden {
overflow: hidden !important;
}

0 comments on commit 4604df0

Please sign in to comment.