From 96262af6b7ccb7380e3200d133c32ab5903f4de5 Mon Sep 17 00:00:00 2001 From: jaieds <87969327+jaieds@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:33:23 +0600 Subject: [PATCH] Remove default list style from the dropdown menu --- src/components/editor-input/editor-input-style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor-input/editor-input-style.ts b/src/components/editor-input/editor-input-style.ts index f29b5d55..bc8ff28f 100644 --- a/src/components/editor-input/editor-input-style.ts +++ b/src/components/editor-input/editor-input-style.ts @@ -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]',