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