Skip to content

Commit 95ed40c

Browse files
authored
fix: adjust input z placement in array field (#5)
1 parent 61d1276 commit 95ed40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/fields/ArrayField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ export default function ArrayField({ config }: Readonly<Props>): JSX.Element {
457457

458458
{/* Row content (fields) - no overflow clipping to allow dropdowns to float */}
459459
{!isCollapsed && (
460-
<div className="p-4 border-t border-gray-200 relative z-10">
460+
<div className="p-4 border-t border-gray-200 relative">
461461
<ArrayRowProvider
462462
rowData={rowData}
463463
rowIndex={rowIndex}

0 commit comments

Comments
 (0)