Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/editor-input/editor-input-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const editorInputClassNames = {
};

export const comboboxDropdownCommonClassNames =
'absolute inset-x-0 top-full mt-2 mx-0 mb-0 w-full h-auto overflow-y-auto overflow-x-hidden z-10 bg-background-primary border border-solid border-border-subtle shadow-lg';
'absolute inset-x-0 top-full mt-2 mx-0 mb-0 w-full h-auto overflow-y-auto overflow-x-hidden z-10 bg-background-primary border border-solid border-border-subtle shadow-lg list-none';

export const comboboxDropdownClassNames = {
sm: 'p-1.5 rounded-md max-h-[10.75rem]',
Expand Down
Loading