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:
@@ -423,7 +423,7 @@
|
|||||||
top: calc(100% + var(--space-xs));
|
top: calc(100% + var(--space-xs));
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: calc(var(--space-xl) * 10);
|
max-height: calc(var(--space-xl) * 7);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
border: var(--btn-border-width) solid var(--border);
|
border: var(--btn-border-width) solid var(--border);
|
||||||
|
|||||||
Reference in New Issue
Block a user