From 91642e745fc3808ea3a93dcc811995861bfec30a Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 12 Feb 2026 17:03:04 +0100 Subject: [PATCH] Remove max-height and overflow styles from target list The dashboard target list no longer restricts height or scroll behavior. These changes allow for better flexibility in displaying content within the list. --- frontend/src/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 572e485..4c414d4 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -475,8 +475,6 @@ button { .dashboard-target-list { display: grid; gap: 10px; - max-height: 460px; - overflow: auto; padding: 10px 4px 4px 0; }