6095/fix recall fallback input to be displayed on top of other containers

This commit is contained in:
Abhishek Sharma
2025-06-28 17:48:15 +05:30
parent 717b30115b
commit e883e22d26

View File

@@ -27,7 +27,7 @@ export const FallbackInput = ({
);
};
return (
<div className="absolute top-10 z-30 mt-1 rounded-md border border-slate-300 bg-slate-50 p-3 text-xs">
<div className="absolute top-10 z-10 mt-1 rounded-md border border-slate-300 bg-slate-50 p-3 text-xs">
<p className="font-medium">Add a placeholder to show if the question gets skipped:</p>
{filteredRecallItems.map((recallItem) => {
if (!recallItem) return;