From 4293826b5a34abf12cfa8307871fda803aaa9771 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 17 Jul 2026 09:35:14 -0700 Subject: [PATCH] FN-8212: remove model dropdown sticky-header gap Make pinned model provider headers sit flush against the fixed dropdown header stack. - Remove top padding that exposed scrolling rows above sticky provider headers. - Cover the no-seam invariant across desktop and mobile layouts with and without thinking controls. - Add a patch changeset for the dropdown scrolling fix. Files changed: .changeset/fn-8212-model-dropdown-sticky-gap.md | 7 ++++ .../app/components/CustomModelDropdown.css | 5 ++- .../__tests__/CustomModelDropdown.test.tsx | 46 ++++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) Fusion-Task-Id: FN-8212 Fusion-Task-Lineage: d7ce42d1-bcbe-4000-8107-794ec8e05307 Co-authored-by: Fusion (runfusion.ai) --- .../fn-8212-model-dropdown-sticky-gap.md | 7 +++ .../app/components/CustomModelDropdown.css | 5 +- .../__tests__/CustomModelDropdown.test.tsx | 46 +++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 .changeset/fn-8212-model-dropdown-sticky-gap.md diff --git a/.changeset/fn-8212-model-dropdown-sticky-gap.md b/.changeset/fn-8212-model-dropdown-sticky-gap.md new file mode 100644 index 0000000000..31c0f36d30 --- /dev/null +++ b/.changeset/fn-8212-model-dropdown-sticky-gap.md @@ -0,0 +1,7 @@ +--- +"@runfusion/fusion": patch +--- + +summary: Remove the gap above the pinned provider header in model dropdowns so list rows no longer show through while scrolling. +category: fix +dev: CustomModelDropdown.css — zero the .model-combobox-list top padding so the sticky .model-combobox-optgroup provider header sits flush against the header stack (FN-8212 refinement of FN-8193). diff --git a/packages/dashboard/app/components/CustomModelDropdown.css b/packages/dashboard/app/components/CustomModelDropdown.css index de26991908..a6bfcf5525 100644 --- a/packages/dashboard/app/components/CustomModelDropdown.css +++ b/packages/dashboard/app/components/CustomModelDropdown.css @@ -228,6 +228,9 @@ The Thinking Level