add to cart online in khoshbinane

This commit is contained in:
hamid zarghami
2025-12-24 12:07:46 +03:30
parent 26d11db1d4
commit 299839fd96
5 changed files with 28 additions and 6 deletions
+2 -2
View File
@@ -119,9 +119,9 @@ function Combobox({ title, options, placeholder, icon: Icon, expanded, selectedI
>
<label
htmlFor="content-select"
className="pointer-events-none inline-flex flex-col items-end justify-center px-1 py-0 absolute -top-6 right-0 z-[2]"
className="pointer-events-none inline-flex flex-col items-end justify-center px-1 py-0 absolute -top-6 right-0 z-2"
>
<span className="relative text-foreground w-fit mt-[-1px] text-xs tracking-[0] leading-4 whitespace-nowrap">
<span className="relative text-foreground w-fit -mt-px text-xs tracking-[0] leading-4 whitespace-nowrap">
{title}
</span>
</label>