mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-23 06:53:32 +00:00
fix(app): keep model provider headers visible (#44115)
This commit is contained in:
parent
e00890c672
commit
3a31c4ea80
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ function ModelSelectorPopoverV2View(props: {
|
|||
<For each={groups()}>
|
||||
{(group) => (
|
||||
<MenuV2.Group>
|
||||
<MenuV2.GroupLabel class="gap-2 px-3">
|
||||
<MenuV2.GroupLabel class="sticky top-0 z-10 gap-2 bg-v2-background-bg-layer-01 px-3">
|
||||
<span class="min-w-0 truncate">{group.items[0].provider.name}</span>
|
||||
</MenuV2.GroupLabel>
|
||||
<MenuV2.RadioGroup value={props.current()}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue