mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-08-23 15:23:23 +00:00
Ensure agent selector popover overlays drawer
This commit is contained in:
parent
b20bfc34b2
commit
09229259d1
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export default function AgentSelector(props: AgentSelectorProps) {
|
|||
</Select.Trigger>
|
||||
|
||||
<Select.Portal>
|
||||
<Select.Content class="selector-popover max-h-80 overflow-auto p-1 z-50">
|
||||
<Select.Content class="selector-popover max-h-80 overflow-auto p-1">
|
||||
<Select.Listbox class="selector-listbox" />
|
||||
</Select.Content>
|
||||
</Select.Portal>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue