6095/fix unwanted z-index removed

This commit is contained in:
Abhishek Sharma
2025-07-03 15:16:05 +05:30
parent 313fd3f214
commit 0bef6a4cdf

View File

@@ -37,7 +37,7 @@ export const FallbackInput = ({
<div className="flex h-0 w-full items-center justify-between overflow-hidden" />
</DropdownMenuTrigger>
<DropdownMenuContent
className="z-[9999] w-auto border-slate-300 bg-slate-50 p-3 text-xs shadow-lg"
className="w-auto border-slate-300 bg-slate-50 p-3 text-xs shadow-lg"
align="start"
side="bottom">
<p className="font-medium">Add a placeholder to show if the question gets skipped:</p>