Skip to content

Commit

Permalink
Add max height for ACP dashboard boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Sep 13, 2024
1 parent 88febdb commit 1fdd644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wcfsetup/install/files/acp/style/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,8 @@ html[data-color-scheme="dark"] {
.acpDashboardBox__content {
padding: 20px;
height: 100%;
max-height: 500px;
overflow: auto;

> :first-child {
margin-top: 0 !important;
Expand Down

0 comments on commit 1fdd644

Please sign in to comment.