Skip to content

Commit

Permalink
fix(css): adapt package-container height (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken authored Nov 29, 2023
1 parent 7ba40ae commit 47ed8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/components/package-info.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ section#package-info .package-container {
border-radius: 0 0 8px 8px;
overflow-y: auto;
overflow-x: hidden;
height: calc(100vh - 275px);
height: calc(100vh - 300px);
}

section#package-info>.package-navigation>div {
Expand Down

0 comments on commit 47ed8b5

Please sign in to comment.