Skip to content

Commit 3a31c4e

Browse files
committed
fix(app): keep model provider headers visible (anomalyco#44115)
1 parent e00890c commit 3a31c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/dialog-select-model.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ function ModelSelectorPopoverV2View(props: {
450450
<For each={groups()}>
451451
{(group) => (
452452
<MenuV2.Group>
453-
<MenuV2.GroupLabel class="gap-2 px-3">
453+
<MenuV2.GroupLabel class="sticky top-0 z-10 gap-2 bg-v2-background-bg-layer-01 px-3">
454454
<span class="min-w-0 truncate">{group.items[0].provider.name}</span>
455455
</MenuV2.GroupLabel>
456456
<MenuV2.RadioGroup value={props.current()}>

0 commit comments

Comments
 (0)