Remove max-height and overflow styles from target list
All checks were successful
PostgreSQL Compatibility Matrix / PG14 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG15 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG16 smoke (push) Successful in 6s
PostgreSQL Compatibility Matrix / PG17 smoke (push) Successful in 7s
PostgreSQL Compatibility Matrix / PG18 smoke (push) Successful in 7s

The dashboard target list no longer restricts height or scroll behavior. These changes allow for better flexibility in displaying content within the list.
This commit is contained in:
2026-02-12 17:03:04 +01:00
parent fa8958934f
commit 91642e745f

View File

@@ -475,8 +475,6 @@ button {
.dashboard-target-list {
display: grid;
gap: 10px;
max-height: 460px;
overflow: auto;
padding: 10px 4px 4px 0;
}