Skip to content

Commit fc7fbb0

Browse files
committed
🤖 fix: increase z-index of CommandSuggestions to appear above toasts
1 parent 7402804 commit fc7fbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CommandSuggestions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const CommandSuggestions: React.FC<CommandSuggestionsProps> = ({
9393
activeSuggestion ? `${resolvedListId}-option-${activeSuggestion.id}` : undefined
9494
}
9595
data-command-suggestions
96-
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)]"
96+
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)]"
9797
>
9898
{suggestions.map((suggestion, index) => (
9999
<div

0 commit comments

Comments
 (0)