diff --git a/src/browser/components/CommandSuggestions.tsx b/src/browser/components/CommandSuggestions.tsx index 432812739..e878ba918 100644 --- a/src/browser/components/CommandSuggestions.tsx +++ b/src/browser/components/CommandSuggestions.tsx @@ -93,7 +93,7 @@ export const CommandSuggestions: React.FC = ({ activeSuggestion ? `${resolvedListId}-option-${activeSuggestion.id}` : undefined } data-command-suggestions - className="bg-separator border-border-light absolute right-0 bottom-full left-0 z-[100] mb-2 flex max-h-[200px] flex-col overflow-y-auto rounded border shadow-[0_-4px_12px_rgba(0,0,0,0.4)]" + className="bg-separator border-border-light absolute right-0 bottom-full left-0 z-[1010] mb-2 flex max-h-[200px] flex-col overflow-y-auto rounded border shadow-[0_-4px_12px_rgba(0,0,0,0.4)]" > {suggestions.map((suggestion, index) => (