From dcd8342021373767bd7d288eed258f9c526d8307 Mon Sep 17 00:00:00 2001 From: Max Marcon Date: Sat, 21 Oct 2023 14:50:25 +0200 Subject: [PATCH] update style tbale --- styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styling.md b/styling.md index 9b9f0da..d51c723 100644 --- a/styling.md +++ b/styling.md @@ -66,7 +66,7 @@ The following table shows the default styles for each element and the options yo | *text_input* | input input-bordered pr-6 w-full | disabled:bg-gray-100 disabled:placeholder:text-gray-400 disabled:text-gray-400 pr-6 rounded-md w-full | text_input_class | text_input_extra_class | | *text_input_selected* | input-primary | border-gray-600 text-gray-600 | text_input_selected_class | | | *option* | | px-4 py-1 rounded | option_class | option_extra_class | -| *dropdown* | bg-base-200 dropdown-content menu menu-compact p-1 rounded-box shadow w-full | absolute bg-gray-100 inset-x-0 rounded-md shadow top-full z-50 | dropdown_class | dropdown_extra_class | +| *dropdown* | bg-base-200 dropdown-content menu menu-compact p-1 rounded-box shadow w-full z-[1] | absolute bg-gray-100 inset-x-0 rounded-md shadow top-full z-50 | dropdown_class | dropdown_extra_class | | *available_option* | cursor-pointer | cursor-pointer hover:bg-gray-400 rounded | available_option_class | | | *selected_option* | disabled | text-gray-400 | selected_option_class | | | *tags_container* | flex flex-wrap gap-1 p-1 | flex flex-wrap gap-1 p-1 | tags_container_class | tags_container_extra_class |