From: Marcel Werk Date: Fri, 13 Sep 2024 09:45:54 +0000 (+0200) Subject: Add max height for ACP dashboard boxes X-Git-Tag: 6.1.0_Beta_2~34 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1fdd644c6938bb36ce00e0b55a4f2d8e02695401;p=GitHub%2FWoltLab%2FWCF.git Add max height for ACP dashboard boxes ref https://www.woltlab.com/community/thread/308030-masonry-grid-oder-scroll-bar-f%C3%BCr-die-acp-dashboard-boxen/ --- diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index a1fad4aacc..271489b8bb 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -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;