feat(FN-4660): complete Step 3 — tighten quick chat dropdown height

Fusion-Task-Id: FN-4660
Fusion-Task-Lineage: 6a6813c9-1e5d-4603-9224-ab98252f05ee
This commit is contained in:
Fusion
2026-05-15 14:35:05 -07:00
committed by gsxdsm
parent fdc5558151
commit bb78b8ba15

View File

@@ -423,7 +423,7 @@
top: calc(100% + var(--space-xs));
left: 0;
width: 100%;
max-height: calc(var(--space-xl) * 10);
max-height: calc(var(--space-xl) * 7);
overflow-y: auto;
background: var(--surface);
border: var(--btn-border-width) solid var(--border);